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: { percent: number; type: string; strokeWidth: number; width: number; basicStatus: number; placement: string; strokeColor: string; trailColor: string; showTitle: boolean; title: string; color: string; lineHeight: string; fontWeight: string; showInfo: boolean; valueColor: string; valueLineHeight: string; valueFontWeight: string; valueStyle: string; }; engineApi: string[]; edEngineApi: string[]; todoProps: { name: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; percent: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { max: number; min: number; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; type: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; placement: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; dependProps: { type: string; }; style: { padding: string; fontSize: string; }; }; }; strokeWidth: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { min: number; }; }; width: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { min: number; defaultValue: number; dependProps: { type: string[]; }; }; }; strokeColor: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; trailColor: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; showTitle: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { dependProps: { type: string; }; }; }; title: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { dependProps: { type: string; showTitle: boolean; }; }; enableI18n: boolean; }; color: { label: string; type: string; groupsName: string; props: { dependProps: { type: string; showTitle: boolean; }; }; }; fontSize: { label: string; type: string; groupsName: string; props: { min: number; max: number; dependProps: { type: string; showTitle: boolean; }; }; }; lineHeight: { label: string; type: string; groupsName: string; props: { min: number; max: number; dependProps: { type: string; showTitle: boolean; }; }; }; fontWeight: { label: string; groupsName: string; type: string; istodoBind: boolean; props: any; }; showInfo: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: {}; }; valueStyle: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; dependProps: { showInfo: boolean; }; }; }; prefixText: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { dependProps: { valueStyle: string; showInfo: boolean; }; }; }; suffixText: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { dependProps: { valueStyle: string; showInfo: boolean; }; }; }; unitText: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { dependProps: { valueStyle: string; showInfo: boolean; }; }; }; loadingIcon: { label: string; type: string; groupsName: string; props: { dependProps: { valueStyle: string; showInfo: boolean; }; }; }; successIcon: { label: string; type: string; groupsName: string; props: { dependProps: { valueStyle: string; showInfo: boolean; }; }; }; customContent: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { isJSX: boolean; propsName: string; dependProps: { valueStyle: string; showInfo: boolean; }; }; }; valueColor: { label: string; type: string; groupsName: string; props: { dependProps: { showInfo: boolean; valueStyle: string[]; }; }; }; valueFontSize: { label: string; type: string; groupsName: string; props: { min: number; max: number; dependProps: { showInfo: boolean; valueStyle: string[]; }; }; }; valueLineHeight: { label: string; type: string; groupsName: string; props: { min: number; max: number; dependProps: { showInfo: boolean; valueStyle: string[]; }; }; }; valueFontWeight: { label: string; groupsName: string; type: string; istodoBind: boolean; props: { inhibitBtn: boolean; options: { title: string; value: string; }[]; dependProps: { showInfo: boolean; valueStyle: string[]; }; }; }; extendProps: { label: string; type: string; groupsName: string; props: {}; }; }; style: {}; todoStyles: any; todoEvents: never[]; todoActionList: any[]; }; export default config;