declare const _default: { color: string[]; title: { textStyle: { fontWeight: string; color: string; }; }; visualMap: { itemWidth: number; color: string[]; }; toolbox: { iconStyle: { borderColor: string; }; }; tooltip: { borderWidth: number; backgroundColor: string; textStyle: { color: string; }; axisPointer: { type: string; lineStyle: { color: string; }; crossStyle: { color: string; }; shadowStyle: { color: string; }; }; }; dataZoom: { dataBackgroundColor: string; fillerColor: string; handleColor: string; }; grid: { borderColor: string; }; categoryAxis: { axisLine: { lineStyle: { color: string; }; }; splitLine: { lineStyle: { color: string[]; }; }; }; valueAxis: { axisLine: { lineStyle: { color: string; }; }; splitArea: { show: boolean; areaStyle: { color: string[]; }; }; splitLine: { lineStyle: { color: string[]; }; }; }; timeline: { lineStyle: { color: string; }; controlStyle: { color: string; borderColor: string; }; symbol: string; symbolSize: number; }; line: { smooth: boolean; symbol: string; symbolSize: number; }; candlestick: { itemStyle: { color: string; color0: string; }; lineStyle: { width: number; color: string; color0: string; }; areaStyle: { color: string; color0: string; }; }; scatter: { symbol: string; symbolSize: number; }; map: { itemStyle: { color: string; }; areaStyle: { color: string; }; label: { color: string; }; }; graph: { itemStyle: { color: string; }; linkStyle: { color: string; }; }; gauge: { axisLine: { lineStyle: { color: (string | number)[][]; width: number; }; }; axisTick: { splitNumber: number; length: number; lineStyle: { color: string; }; }; splitLine: { length: number; lineStyle: { color: string; }; }; pointer: { width: number; }; }; }; export default _default;