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; adjustType: string; ponitShape: string; ponitSize: number; isCurve: boolean; isPonit: boolean; limit: number; xAxisShow: boolean; xAxisTitleColor: string; xAxisGrid: boolean; xAxisLabel: boolean; xAxisLabelFontSize: number; xAxisLabelColor: string; yAxisShow: boolean; yAxisTitleColor: string; yAxisLabel: boolean; yAxisLabelFontSize: number; yAxisLabelColor: string; yAxisGrid: boolean; labelShow: boolean; labelFontSize: number; labelColor: string; legendShow: boolean; legendPosition: string; legendFlipPage: boolean; isFill: 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; multiple: boolean; isSetAggregateType: boolean; dataFieldType: string; }; }; referenceData: { type: string; props: { boxName: string; isSetAggregateType: boolean; multiple: boolean; }; }; 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; }; adjustType: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; isCurve: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; isPonit: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; ponitSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; dependProps: { isPonit: boolean; }; }; }; ponitShape: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; dependProps: { isPonit: boolean; }; }; }; isFill: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; 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; }; }; }; xAxisGrid: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; 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; }; }; }; yAxisGrid: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; 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; }; }; }; yAxisMax: { label: string; groupsName: string; type: string; targetType: string; props: { min: number; precision: number; dependProps: { yAxisShow: boolean; }; }; }; yAxisMin: { label: string; groupsName: string; type: string; targetType: string; props: { min: number; precision: number; dependProps: { yAxisShow: boolean; }; }; }; 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; }; }; }; 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;