import React from "react"; interface OverlayProps { title: string; children: React.ReactNode; } export declare function Overlay({ title, children }: OverlayProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Overlay.d.ts.map