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