import { FC } from 'react'; import { ProDrawerFormPropsType } from '../../propsType'; /** * 弹窗组件 */ declare const ProModal: FC; export default ProModal;