export declare function setAttributes(element: HTMLElement, attributes: Record<string, any>): void;
