declare const _default: { icon: string; label: string; type: string; platform: string; compLib: string; compType: number; engineApi: string[]; props: { hasTitle: boolean; title: string; titleFontSize: number; titleTextAlign: string; titleTextColor: string; xAxisShow: boolean; xAxisTitleColor: string; xAxisLabel: boolean; xAxisLabelFontSize: number; xAxisLabelColor: string; yAxisShow: boolean; yAxisTitleColor: string; yAxisLabel: boolean; yAxisLabelColor: string; yAxisLabelFontSize: number; yRotate: number; labelShow: boolean; labelFontSize: number; labelColor: string; labelStyle: string; labelDecimal: number; backgroundType: { type: string; color: 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; comTypeBlacklist: { list: string[]; errorTip: string; }; dataFieldType: string; }; }; zAxisData: { 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; }; xAxisShow: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; xAxisTitle: { label: string; groupsName: string; type: string; targetType: string; props: { placeholder: string; dependProps: { xAxisShow: boolean; }; }; }; xAxisTitleColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { xAxisShow: boolean; }; }; }; xAxisLabel: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; dependProps: { xAxisShow: boolean; }; }; }; xAxisLabelColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { xAxisShow: boolean; xAxisLabel: boolean; }; }; }; xAxisLabelFontSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; dependProps: { xAxisShow: boolean; xAxisLabel: boolean; }; }; }; yAxisShow: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; yAxisTitle: { label: string; groupsName: string; type: string; targetType: string; props: { placeholder: string; dependProps: { yAxisShow: boolean; }; }; }; yAxisTitleColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { yAxisShow: boolean; }; }; }; yAxisLabel: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; dependProps: { yAxisShow: boolean; }; }; }; yAxisLabelColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { yAxisShow: boolean; yAxisLabel: boolean; }; }; }; yAxisLabelFontSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; dependProps: { yAxisShow: boolean; yAxisLabel: boolean; }; }; }; yRotate: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; dependProps: { yAxisShow: boolean; yAxisLabel: boolean; }; }; }; labelShow: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; labelColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { labelShow: boolean; }; }; }; labelFontSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; 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: number; min: number; precision: number; dependProps: { labelShow: boolean; labelStyle: string[]; }; }; }; }; }; export default _default;