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