import { type FC, type ReactNode } from 'react'; interface FullScreenModalProps { isOpen: boolean; onClose: () => void; children: ReactNode; } export declare const FullScreenModal: FC; export {}; //# sourceMappingURL=FullScreenModal.d.ts.map