import { FormProps } from 'naive-ui'; /** * 表单配置 */ export type TFormConfig = Pick; /** * 获取默认表单配置 */ export declare function getFormConfig(): TFormConfig;