import { OverlayProps } from './interfaces.js';
export declare function Overlay({ children, onClick, zIndex, isExiting }: OverlayProps): import("react/jsx-runtime").JSX.Element;
