declare const _default: { icon: string; label: string; type: string; platform: string; compType: number; props: { hasTitle: boolean; title: string; titleFontSize: number; titleTextAlign: string; titleTextColor: string; targetFontSize: string; targetPattern: 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; props: { isSetAggregateType: boolean; }; }; yAxisData: { type: string; props: { boxName: string; isSetAggregateType: boolean; dataFieldType: string; }; }; optionFilterList: { type: string; }; }; 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; }; }; }; titleTextColor: { 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; targetPattern: string; }; }; }; targetPattern: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dataType: string; }; }; targetFontSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; dependProps: { targetPattern: string; }; }; }; targetValueColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; }; }; }; }; export default _default;