import { type OverlayProps } from './types'; export declare function Overlay({ ref, ...props }: OverlayProps): any;