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; ponitShape: string; ponitSize: number; isPonit: boolean; fillShape: boolean; curve: boolean; zebraLine: boolean; xAxisShow: boolean; xAxisGrid: boolean; xAxisLabel: boolean; xAxisLabelFontSize: number; xAxisLabelColor: string; ticksLineShow: boolean; ticksLineGrid: boolean; ticksLineLabel: boolean; ticksLineLabelColor: string; ticksLineCount: number; labelShow: boolean; labelFontSize: number; labelColor: string; legendShow: boolean; legendPosition: string; legendFlipPage: boolean; legendTextColor: string; backgroundType: { type: string; color: string; }; }; engineApi: string[]; style: { width: string; height: string; padding: string; backgroundColor: string; boxSizing: string; float: string; }; todoProps: { dataSourceInfo: { type: string; }; selectedFied: { type: string; }; classificationFieldList: { type: string; props: { boxName: string; comTypeBlacklist: { list: string[]; errorTip: string; }; dataFieldType: string; }; }; indicatorsFieldList: { type: string; props: { boxName: string; multiple: boolean; 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; }; isPonit: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; ponitSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; }; }; ponitShape: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; fillShape: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; curve: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; zebraLine: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; shapeType: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; xAxisShow: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: 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; }; }; }; ticksLineShow: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; ticksLineGrid: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; dependProps: { ticksLineShow: boolean; }; }; }; ticksLineLabel: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; dependProps: { ticksLineShow: boolean; }; }; }; ticksLineLabelColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { ticksLineShow: boolean; ticksLineLabel: boolean; }; }; }; ticksLineLabelSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; dependProps: { ticksLineShow: boolean; ticksLineLabel: boolean; }; }; }; ticksLineMax: { label: string; groupsName: string; type: string; targetType: string; props: { min: number; precision: number; dependProps: { ticksLineShow: boolean; }; }; }; ticksLineMin: { label: string; groupsName: string; type: string; targetType: string; props: { min: number; precision: number; dependProps: { ticksLineShow: 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;