/** Mount overlays on document.body so they are not clipped by overflow:hidden ancestors. */ export declare function appendToPortal(node: HTMLElement): void; export declare function positionFixedBelow(anchor: HTMLElement, el: HTMLElement, gap?: number): void; export declare function createFixedBackdrop(className: string): HTMLDivElement; //# sourceMappingURL=portal.d.ts.map