export declare function add(element: HTMLElement, ...toAdd: string[]): void;
export declare function remove(element: HTMLElement, ...toRemove: string[]): void;
export declare function toggle(element: HTMLElement, classname: string, adding: boolean): void;
