export declare type AttachContainer = HTMLElement | (() => HTMLElement); export declare function getOverlayRoot(popupContainer?: AttachContainer): HTMLElement;