/** * Sets the specified attributes on the given HTML element. * @param {HTMLElement} element The HTML element on which to set attributes. * @param {{[key: string]: string}} attributes An object mapping attribute names to values. */ export declare function setAttributes(element: HTMLElement, attributes: { [key: string]: string; }): void; //# sourceMappingURL=attribute-utilities.d.ts.map