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