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