export declare class DomHelper { static qs(selector: string, scope?: Document | HTMLElement): T; static qsa(selector: string, scope?: Document | HTMLElement): NodeListOf; static addClass(el: Element, className: string): void; static removeClass(el: Element, className: string): void; static toggleClass(el: Element, className: string, force?: boolean): void; } //# sourceMappingURL=DomHelper.d.ts.map