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