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