export declare const on: (element: any, event: any, handler: any) => void; export declare const off: (element: any, event: any, handler: any) => void; export declare function hasClass(el: Element | HTMLElement, cls: string): boolean; export declare function addClass(el: Element | HTMLElement, cls: string): void; export declare function removeClass(el: Element | HTMLElement, cls: string): void; //# sourceMappingURL=dom.d.ts.map