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