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