declare const _default: { color: string[]; title: { textStyle: { fontWeight: string; }; }; visualMap: { color: string[]; }; toolbox: { iconStyle: { borderColor: string; }; }; tooltip: { backgroundColor: string; }; dataZoom: { dataBackgroundColor: string; fillerColor: string; handleColor: string; }; timeline: { lineStyle: { color: string; }; controlStyle: { color: string; borderColor: string; }; }; candlestick: { itemStyle: { color: string; color0: string; }; lineStyle: { width: number; color: string; color0: string; }; areaStyle: { color: string; color0: string; }; }; graph: { itemStyle: { color: string; }; linkStyle: { color: string; }; }; map: { itemStyle: { color: string; borderColor: string; areaColor: string; }; areaStyle: { color: string; }; label: { color: string; }; }; gauge: { axisLine: { show: boolean; lineStyle: { color: (string | number)[][]; width: number; }; }; axisTick: { splitNumber: number; length: number; lineStyle: { color: string; }; }; axisLabel: { color: string; }; splitLine: { length: number; lineStyle: { color: string; }; }; pointer: { length: string; width: number; color: string; }; title: { color: string; }; detail: { color: string; }; }; }; export default _default;