interface Elements { body: HTMLElement; html: HTMLElement; } export declare const elements: Elements; export {};