/// import type { ModalFormProps, ModalFormSelfProps } from './types'; declare const ModalForm: (props: ModalFormProps) => import("react/jsx-runtime").JSX.Element; export default ModalForm; /** * 仅用于输出文档 */ export declare const ModalFormType: React.FC;