export declare const resetDom: () => void;
export declare const mount: <T extends HTMLElement>(element: T) => T;
