import { JSX } from 'solid-js'; type Props = { isOpen?: boolean; onClose?: () => void; children: JSX.Element; }; export declare const Modal: (props: Props) => JSX.Element; export {}; //# sourceMappingURL=Modal.d.ts.map