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