declare const _default: { themeName: string; theme: { color: string[]; backgroundColor: string; textStyle: { color: string; fontFamily: string; }; title: { textStyle: { color: string; fontFamily: string; }; subtextStyle: { color: string; fontFamily: string; }; }; line: { itemStyle: { borderWidth: number; }; lineStyle: { width: number; }; symbolSize: number; symbol: string; smooth: boolean; }; radar: { itemStyle: { borderWidth: number; }; lineStyle: { width: number; }; symbolSize: number; symbol: string; smooth: boolean; }; bar: { itemStyle: { barBorderWidth: number; barBorderColor: string; }; }; pie: { itemStyle: { borderWidth: number; borderColor: string; }; }; scatter: { itemStyle: { borderWidth: number; borderColor: string; }; }; boxplot: { itemStyle: { borderWidth: number; borderColor: string; }; }; parallel: { itemStyle: { borderWidth: number; borderColor: string; }; }; sankey: { itemStyle: { borderWidth: number; borderColor: string; }; }; funnel: { itemStyle: { borderWidth: number; borderColor: string; }; }; gauge: { itemStyle: { borderWidth: number; borderColor: string; }; axisLabel: { color: string; }; }; candlestick: { itemStyle: { color: string; color0: string; borderColor: string; borderColor0: string; borderWidth: number; }; }; graph: { itemStyle: { borderWidth: number; borderColor: string; }; lineStyle: { width: string; color: string; }; symbolSize: number; symbol: string; smooth: boolean; color: string[]; label: { color: string; }; }; categoryAxis: { axisLine: { show: boolean; lineStyle: { color: string; }; }; axisTick: { show: boolean; lineStyle: { color: string; }; }; axisLabel: { show: boolean; color: string; }; splitLine: { show: boolean; lineStyle: { color: string[]; }; }; splitArea: { show: boolean; areaStyle: { color: string[]; }; }; }; valueAxis: { axisLine: { show: boolean; lineStyle: { color: string; }; }; axisTick: { show: boolean; lineStyle: { color: string; }; }; axisLabel: { show: boolean; color: string; }; splitLine: { show: boolean; lineStyle: { color: string[]; }; }; splitArea: { show: boolean; areaStyle: { color: string[]; }; }; }; logAxis: { axisLine: { show: boolean; lineStyle: { color: string; }; }; axisTick: { show: boolean; lineStyle: { color: string; }; }; axisLabel: { show: boolean; color: string; }; splitLine: { show: boolean; lineStyle: { color: string[]; }; }; splitArea: { show: boolean; areaStyle: { color: string[]; }; }; }; timeAxis: { axisLine: { show: boolean; lineStyle: { color: string; }; }; axisTick: { show: boolean; lineStyle: { color: string; }; }; axisLabel: { show: boolean; color: string; }; splitLine: { show: boolean; lineStyle: { color: string[]; }; }; splitArea: { show: boolean; areaStyle: { color: string[]; }; }; }; toolbox: { iconStyle: { borderColor: string; }; emphasis: { iconStyle: { borderColor: string; }; }; }; legend: { textStyle: { color: string; fontFamily: string; }; }; tooltip: { backgroundColor: string; borderColor: string; textStyle: { color: string; fontFamily: string; }; axisPointer: { lineStyle: { color: string; width: string; }; crossStyle: { color: string; width: string; }; }; }; timeline: { lineStyle: { color: string; width: string; }; itemStyle: { color: string; borderWidth: string; }; controlStyle: { color: string; borderColor: string; borderWidth: string; }; checkpointStyle: { color: string; borderColor: string; }; label: { color: string; }; emphasis: { itemStyle: { color: string; }; controlStyle: { color: string; borderColor: string; borderWidth: string; }; label: { color: string; }; }; }; visualMap: { color: string[]; }; dataZoom: { handleSize: string; textStyle: {}; }; nameTextStyle: { color: string; }; markPoint: { label: { color: string; textBorderColor: string; textBorderWidth: number; }; }; markLine: { label: { color: string; textBorderColor: string; textBorderWidth: number; }; }; markArea: { label: { color: string; textBorderColor: string; textBorderWidth: number; }; }; }; }; export default _default;