import React from 'react'; import { ModalProps } from '@mui/material/Modal'; declare const Modal: React.FC; export default Modal;