export declare const removeAllDomChildren: (node: Node) => void; export declare const element: (id: string, parent?: ParentNode) => HTMLElement;