export declare function removeAttributeValue(el: HTMLElement, attr: string, value: string): void; export declare function addAttributeValue(el: HTMLElement, attr: string, value: string): void;