export declare const dom: (tag: any, attrs?: any, ...child: any[]) => HTMLElement; export declare const domFrag: (...attrs: any[]) => void;