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