/** * @license * Copyright Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { TrustedResourceUrl } from '../../internals/resource_url_impl.js'; /** * Sets the Href attribute from the given TrustedResourceUrl. */ export declare function setBaseHref(baseEl: HTMLBaseElement, url: TrustedResourceUrl): void;