export declare function apply_attributes(elements: HTMLElement, attributes: Record<string, string | number | boolean | undefined>): void;
