/** * @license * SPDX-License-Identifier: Apache-2.0 */ import { Url } from '../../builders/url_sanitizer'; /** * Sets the Href attribute from the given Url. */ export declare function setHref(area: HTMLAreaElement, url: Url): void;