export declare function setDom(getDom: () => HTMLElement): void; export declare function getDom(): () => HTMLElement;