declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; platform: string; props: { type: string; basicStatus: number; name: string; layout: string; exampleData: { name: string; sales: string; administration: string; information_techology: string; customer_support: string; development: string; marketing: string; }[]; color: string[]; titlePosition: string; segments: number; radiusSize: string; showAxisTick: boolean; showSymbol: boolean; symbol: string; symbolSize: number; showLabel: boolean; showLegend: boolean; legendOrient: string; hoverTips: boolean; hoverHighlight: boolean; fill: boolean; }; engineApi: string[]; edEngineApi: string[]; todoProps: { configDesc: { label: string; type: string; groupsName: string; props: { dataSource: ({ title: string; desc: string; subTitle?: undefined; img?: undefined; } | { title: string; subTitle: string; img: string; desc?: undefined; })[]; }; }; exampleData: { label: string; type: string; groupsName: string; props: { isNewChart: boolean; }; }; name: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; }; }; type: { label: string; type: string; groupsName: string; props: { inhibitBtn: boolean; style: { padding: string; }; options: { title: string; value: string; }[]; popoverOptions: { imageName: string; }[]; }; }; layout: { label: string; type: string; groupsName: string; props: {}; }; dataSource: { label: string; type: string; groupsName: string; istodoBind: { dataBindType: string; }; props: {}; }; legendFeild: { label: string; type: string; groupsName: string; props: { required: boolean; placeholder: string; description: string; isOnBlur: boolean; }; }; indicator: { label: string; type: string; groupsName: string; props: { required: boolean; }; enableI18n: boolean; }; title: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { placeholder: string; }; enableI18n: boolean; }; subTitle: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { placeholder: string; }; enableI18n: boolean; }; titlePosition: { label: string; type: string; groupsName: string; props: { style: { padding: string; }; options: { title: string; value: string; }[]; dependProps: { layout: (item: string) => boolean; }; }; }; color: { label: string; type: string; groupsName: string; props: {}; }; backgroundColor: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { description: string; defaultValue: string; options: { title: string; value: string; }[]; }; }; radiusSize: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: string; }[]; unit: string; inputNumber: number; }; }; segments: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { description: string; }; }; showSymbol: { label: string; type: string; groupsName: string; props: {}; }; symbol: { label: string; type: string; groupsName: string; props: { dependProps: { showSymbol: boolean; }; options: { title: string; value: string; }[]; }; }; symbolSize: { label: string; type: string; groupsName: string; props: { dependProps: { showSymbol: boolean; }; }; }; showLabel: { label: string; type: string; groupsName: string; props: { dependProps: { showSymbol: boolean; }; }; }; showLegend: { label: string; type: string; groupsName: string; props: {}; }; legendOrient: { label: string; type: string; groupsName: string; props: { dependProps: { showLegend: boolean; }; options: { title: string; value: string; }[]; }; }; hoverTips: { label: string; type: string; groupsName: string; props: { description: string; }; }; hoverHighlight: { label: string; type: string; groupsName: string; props: { description: string; }; }; showAxisTick: { label: string; type: string; groupsName: string; props: { description: string; }; }; fill: { label: string; type: string; groupsName: string; props: { description: string; }; }; extendProps: { label: string; type: string; groupsName: string; }; }; style: { width: string; height: string; padding: string; margin: string; }; todoStyles: any; todoEvents: { label: string; value: string; params: { title: string; name: string; value: string; description: string; type: string; }[]; }[]; todoActionList: never[]; }; export default config;