export declare function overrideRootElement(fn: () => Element | null): void;
export declare function getRootElement(): Element | null;
