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