import { PropType } from 'vue'; import { UserComponent } from '../../ele-app/types'; import { ProFormItemProps, ProFormItemTypeData } from '../../ele-pro-form/types'; import { CrudField } from '../../ele-crud/types'; declare function __VLS_template(): Partial any>>; declare const __VLS_component: import('vue').DefineComponent; /** 字段编辑的表单项配置 */ fieldEditFormItems: PropType; /** 高级表单组件 */ proFormComponent: PropType; /** JSON 编辑器组件 */ jsonEditerComponent: PropType; /** 高级表单组件类型数据 */ itemTypeData: PropType; /** 远程数据源请求工具 */ httpRequest: (ObjectConstructor | FunctionConstructor)[]; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { deleteField: (key: string) => void; addField: (field: CrudField, parentKey?: string | undefined, index?: number | undefined) => void; updateField: (field: CrudField) => void; updateFieldChildren: (data: CrudField[], parentKey?: string | undefined) => void; }, string, import('vue').PublicProps, Readonly; /** 字段编辑的表单项配置 */ fieldEditFormItems: PropType; /** 高级表单组件 */ proFormComponent: PropType; /** JSON 编辑器组件 */ jsonEditerComponent: PropType; /** 高级表单组件类型数据 */ itemTypeData: PropType; /** 远程数据源请求工具 */ httpRequest: (ObjectConstructor | FunctionConstructor)[]; }>> & Readonly<{ onDeleteField?: ((key: string) => any) | undefined; onAddField?: ((field: CrudField, parentKey?: string | undefined, index?: number | undefined) => any) | undefined; onUpdateField?: ((field: CrudField) => any) | undefined; onUpdateFieldChildren?: ((data: CrudField[], parentKey?: string | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };