import { FC } from 'react'; import { ModalProps } from './Modal.types'; export declare const Modal: FC;