export declare const createElement: (id: string) => HTMLElement;
export declare const addRootElement: (rootElem: HTMLElement) => HTMLElement;
