import type { FC } from 'react'; import { ModalProps } from 'antd'; declare const Modal: FC; export default Modal;