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; mainColor: string; headerTextColor: string; contentTextColor: string; contentTextAlign: string; headerBorderColor: string; borderColor: string; border: string; tableMode: string; tableSize: string; isPagination: boolean; paginationSize: string; pageSize: number; fixHeader: boolean; showSerialNum: boolean; maxContentHeight: number; maxContentWidth: 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; }; yAxisData: { type: string; props: { boxName: string; multiple: boolean; comTypeBlacklist: { list: string[]; errorTip: string; }; 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; }; }; }; mainColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; }; }; headerTextColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; }; }; contentTextColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; }; }; headerBorderColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; }; }; borderColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; }; }; contentTextAlign: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; border: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; tableMode: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; tableSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; showSerialNum: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; fixHeader: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; maxContentHeight: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; dependProps: { fixHeader: boolean; }; }; }; maxContentWidth: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; dependProps: { fixHeader: boolean; }; }; }; isPagination: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; paginationSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; pageSize: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; min: number; precision: number; }; }; }; }; export default _default;