export default function Modal({ children, onClose, }: { children: React.ReactNode; onClose: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=modal.d.ts.map