import { ConfigTemplateCategory } from '../../../types/DataSourceTypes'; import { FormConfig } from '../../../types'; type __VLS_Props = { /** 模板分类 */ category: ConfigTemplateCategory; /** 当前配置数据(用于保存) */ currentConfigData?: Record; optional: FormConfig; }; declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, { openSaveDialog: () => void; openLoadDialog: () => Promise; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { load: (configData: Record) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onLoad?: (configData: Record) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;