/** * @license * Copyright Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { TrustedResourceUrl } from '../../internals/resource_url_impl.js'; /** Sets the data attribute using a TrustedResourceUrl */ export declare function setObjectData(obj: HTMLObjectElement, v: TrustedResourceUrl): void;