export declare function hasClass(el: Element, cls: string): boolean;
export declare const addClass: (el: Element, cls: string) => void;
export declare const removeClass: (el: Element, cls: string) => void;
export declare const getCssVarsValue: (name: string, element?: HTMLElement) => string;