declare const config: { fieldProps: { trigger: string; valuePropName: string; }; icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; isContainer: boolean; compLib: string; platform: string; props: { name: string; selfSpan: string; labelCol: string; wrapperCol: string; heightType: string; maximumWords: number; height: number; basicStatus: number; imageType: string; funcTypes: { accept: string; acceptExtension: string; }; }; engineApi: string[]; todoProps: { value: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; name: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; enableI18n: boolean; }; fieldName: { label: string; type: string; groupsName: string; props: { required: boolean; }; istodoBind: boolean; }; selfSpan: { label: string; type: string; groupsName: string; props: { inhibitBtn: boolean; options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; istodoBind: boolean; }; labelCol: { label: string; type: string; groupsName: string; props: { options: { title: string; value: number; }[]; }; istodoBind: boolean; }; wrapperCol: { label: string; type: string; groupsName: string; props: { options: { title: string; value: number; }[]; }; }; heightType: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; }; }; height: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { min: number; max: number; visibleFlag: string; visibleFlagValue: (string | undefined)[]; }; }; minHeight: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { visibleFlag: string; visibleFlagValue: string[]; }; }; maxHeight: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { visibleFlag: string; visibleFlagValue: string[]; }; }; maximumWords: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { description: string; options: { title: string; value: number; }[]; defaultValue: number; }; }; visibility: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { description: string; }; }; imageType: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { inhibitBtn: boolean; options: { title: string; value: string; }[]; }; }; pasteplain: { label: string; type: string; groupsName: string; props: { description: string; }; }; funcTypes: { label: string; groupsName: string; type: string; props: { title: string; placeholder: string; hiddenCustom: boolean; width: number; isShowTip: boolean; options: { key: string; label: string; sameValue: number; children: ({ label: string; value: string; indeterminate: boolean; checked: boolean; } | { label: string; value: string; indeterminate?: undefined; checked?: undefined; })[]; }[]; }; }; exportFileName: { label: string; type: string; groupsName: string; istodoBind: boolean; }; titleTip: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; }; }; tipIcon: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; }; }; tipLocation: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; visibleFlag: string; visibleFlagValue: string[]; }; }; tipContent: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { visibleFlag: string; visibleFlagValue: string[]; }; enableI18n: boolean; }; tipPlacement: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; options: { title: string; value: string; }[]; }; }; tipSize: { label: string; type: string; groupsName: string; props: { defaultValue: string; dependProps: { titleTip: string; }; options: { title: string; value: string; }[]; }; }; tipWidth: { label: string; type: string; groupsName: string; props: { description: string; defaultValue: string; dependProps: { tipSize: string; titleTip: string; }; }; }; tipHeight: { label: string; type: string; groupsName: string; props: { description: string; defaultValue: string; dependProps: { tipSize: string; titleTip: string; }; }; }; required: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { defaultValue: boolean; }; }; compType: { label: string; type: string; groupsName: string; props: { inhibitBtn: boolean; options: { title: string; value: string; }[]; }; }; }; style: {}; setEvents: never[]; todoStyles: any; todoEvents: { label: string; value: string; params: { title: string; name: string; value: string; description: string; type: string; }[]; }[]; todoActionList: ({ key: string; label: string; todoOptions: ({ key: string; label: string; type: string; aliasKey: string; props: { checkable: boolean; defaultValue?: undefined; options?: undefined; }; } | { key: string; label: string; type: string; props: { defaultValue: string; options: { title: string; value: string; }[]; checkable?: undefined; }; aliasKey?: undefined; })[]; groupName: string; todoCallbacks?: undefined; initClose?: undefined; } | { key: string; label: string; todoOptions: ({ key: string; label: string; type: string; aliasKey: string; } | { key: string; label: string; type: string; aliasKey?: undefined; })[]; todoCallbacks: string[]; initClose: boolean; groupName: string; } | { key: string; label: string; todoCallbacks: { key: string; fields: { title: string; value: string; description: string; type: string; }[]; }[]; groupName: string; todoOptions?: undefined; initClose?: undefined; })[]; }; export default config;