declare const _default: { icon: string; label: string; type: string; platform: string; compLib: string; compType: number; props: { hasTitle: boolean; title: string; titleFontSize: number; titleTextAlign: string; titleTextColor: string; isRing: boolean; innerRadius: number; labelShow: boolean; labelFontSize: number; labelDecimal: number; labelStyle: string; labelColor: string; legendShow: boolean; legendPosition: string; legendFlipPage: boolean; legendTextColor: string; backgroundType: { type: string; color: string; }; }; engineApi: string[]; style: { width: string; height: string; padding: string; boxSizing: string; float: string; backgroundColor: string; }; todoProps: { dataSourceInfo: { type: string; }; selectedFied: { type: string; }; xAxisData: { type: string; props: { boxName: string; comTypeBlacklist: { list: string[]; errorTip: string; }; dataFieldType: string; }; }; yAxisData: { type: string; props: { boxName: string; isSetAggregateType: boolean; dataFieldType: string; }; }; optionFilterList: { type: string; }; limit: { type: string; props: { defaultValue: number; }; }; }; todoStyles: { backgroundType: { groupsName: string; label: string; type: string; targetType: string; props: { options: { title: string; value: string; }[]; selectType: string; compType: string; }; ignoreRule: string[]; }; width: { label: string; groupsName: string; type: string; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; height: { label: string; groupsName: string; type: string; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; hasTitle: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; title: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { hasTitle: boolean; }; }; }; titleFontSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; options: { title: string; value: number; }[]; dependProps: { hasTitle: boolean; }; }; }; titleTextAlign: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; dependProps: { hasTitle: boolean; }; }; }; titleTextColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { hasTitle: boolean; }; }; }; themeColors: { label: string; groupsName: string; type: string; targetType: string; }; isRing: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; innerRadius: { label: string; groupsName: string; type: string; targetType: string; props: { dependProps: { isRing: boolean; }; defaultValue: number; options: { title: string; value: number; }[]; }; }; labelShow: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; labelFontSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; dependProps: { labelShow: boolean; }; }; }; labelColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { labelShow: boolean; }; }; }; labelStyle: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; dependProps: { labelShow: boolean; }; }; }; labelDecimal: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { labelShow: boolean; }; }; }; legendShow: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; legendPosition: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; dependProps: { legendShow: boolean; }; }; }; legendFlipPage: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; dependProps: { legendShow: boolean; }; }; }; legendTextColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { legendShow: boolean; }; }; }; }; }; export default _default;