declare const config: { icon: string; label: string; type: string; alias: string; groupsName: string; compType: number; isContainer: boolean; compLib: string; props: { name: string; fileName: string; selfSpan: string; labelCol: number; wrapperCol: number; listType: string; uploadAccepType: { acceptType: string[]; accept: string; }; withCredentials: boolean; numberLimit: number; singleFileMaxSize: number; uploadText: string; uploadTimeout: number; deleteIcon: { deleteIconTheme: string; deleteIconType: string; deleteIconIsIconFont: boolean; showRemoveIcon: boolean; }; downloadIcon: { downloadIconTheme: string; downloadIconType: string; downloadIconIsIconFont: boolean; showDownloadIcon: boolean; }; previewIcon: { previewIconTheme: string; previewIconType: string; previewIconIsIconFont: boolean; showPreviewIcon: boolean; }; uploadStyle: string; isInSubForm: boolean; }; todoProps: { isInSubForm: { label: string; type: string; props: { dependProps: { noShow: boolean; }; }; }; labelCol: { label: string; type: string; groupsName: string; props: { dependProps: { noShow: boolean; }; }; }; wrapperCol: { label: string; type: string; groupsName: string; props: { dependProps: { noShow: boolean; }; }; }; name: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { description: string; maxLength: number; showCount: boolean; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; style: { padding: string; fontSize: string; }; }; }; paginationStyle: { type: string; label: string; groupsName: string; props: { isShowChildren: boolean; children: { key: string; label: string; type: string; props: { defaultValue: number; min: number; max: number; labelCol: { span: number; }; wrapperCol: { span: number; }; }; }[]; }; }; maxSize: { type: string; label: string; groupsName: string; props: { isShowChildren: boolean; children: { key: string; label: string; type: string; props: { defaultValue: number; min: number; max: number; labelCol: { span: number; }; wrapperCol: { span: number; }; addonAfter: string; }; }[]; }; }; required: { label: string; type: string; groupsName: string; props: {}; }; titleTip: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; dependProps: { isInSubForm: boolean; }; }; }; tipIcon: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; tabs: string[]; dependProps: { isInSubForm: boolean; }; }; }; tipLocation: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; visibleFlag: string; visibleFlagValue: string[]; dependProps: { isInSubForm: boolean; }; }; }; tipContent: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; dependProps: { isInSubForm: boolean; }; }; }; fileNameEncode: { label: string; type: string; groupsName: string; props: { defaultValue: boolean; description: string; dependProps: { isInSubForm: boolean; }; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; dependProps: { isInSubForm: boolean; }; }; istodoBind: boolean; }; listType: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; visibleFlag: string; visibleFlagValue: string[]; style: { padding: string; fontSize: string; }; dependProps: { isInSubForm: boolean; }; }; }; uploadText: { label: string; type: string; groupsName: string; props: {}; }; icon: { label: string; type: string; groupsName: string; props: {}; }; iconsSetting: { type: string; label: string; groupsName: string; props: { isShowChildren: boolean; children: { key: string; label: string; type: string; props: { labelCol: { span: number; }; wrapperCol: { span: number; }; }; }[]; }; }; }; todoActionList: any[]; }; export default config;