export declare const CLASS_LIST = "classList"; export declare const STYLE = "style"; export declare const UNSET = "unset"; export declare const TARGET_WRAPPER_CLASS = "html-wrapper"; export declare const CREATE_ELEMENT: (tagName?: string) => HTMLElement; //# sourceMappingURL=htmlConstants.d.ts.map