import type { RefObject } from 'react'; import type { Overlay } from './types.js'; export declare function buildOverlay(overlayRef: RefObject): Overlay;