declare const HTMLElement: { new (): HTMLElement; prototype: HTMLElement; }; export declare const emptyElement: (element: HTMLElement) => void; export {};