/** * @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 setAnchorHref(anchor: HTMLAnchorElement, url: Url): void;