export declare const EChartsDarkTheme: { backgroundColor: string; color: string[]; textStyle: { color: string; fontSize: string; fontWeight: string; }; title: { textStyle: { color: string; }; subtextStyle: { color: string; }; }; line: { itemStyle: { borderWidth: number; }; lineStyle: { width: number; }; symbolSize: number; symbol: string; smooth: boolean; }; bar: { itemStyle: { barBorderWidth: number; barBorderColor: string; }; }; scatter: { itemStyle: { borderWidth: number; borderColor: string; }; }; categoryAxis: { axisLine: { show: boolean; lineStyle: { color: string; }; }; axisTick: { show: boolean; lineStyle: { color: string; }; }; axisLabel: { show: boolean; color: string; fontSize: 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; fontSize: 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; fontSize: string; }; splitLine: { show: boolean; lineStyle: { color: string[]; }; }; splitArea: { show: boolean; areaStyle: { color: string[]; }; }; }; timeAxis: { nameTextStyle: { color: string; }; axisLine: { show: boolean; lineStyle: { color: string; }; }; axisTick: { show: boolean; lineStyle: { color: string; }; }; axisLabel: { show: boolean; color: string; fontSize: 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; }; }; tooltip: { axisPointer: { lineStyle: { color: string; width: string; }; crossStyle: { color: string; width: string; }; }; }; timeline: { lineStyle: { color: string; width: number; }; itemStyle: { color: string; borderWidth: number; }; controlStyle: { color: string; borderColor: string; borderWidth: number; }; checkpointStyle: { color: string; borderColor: string; }; label: { color: string; fontSize: string; }; emphasis: { itemStyle: { color: string; }; controlStyle: { color: string; borderColor: string; borderWidth: number; }; label: { color: string; }; }; }; dataZoom: { backgroundColor: string; fillerColor: string; handleSize: string; borderColor: string; borderRadius: number; textStyle: { color: string; }; dataBackground: { lineStyle: { color: string; width: number; }; areaStyle: { color: string; opacity: number; }; }; selectedDataBackground: { lineStyle: { color: string; width: number; }; areaStyle: { color: string; opacity: number; }; }; handleStyle: { color: string; borderColor: string; }; moveHandleStyle: { color: string; opacity: number; }; emphasis: { handleStyle: { borderColor: string; }; moveHandleStyle: { color: string; opacity: number; }; }; }; markPoint: { label: { color: string; }; emphasis: { label: { color: string; }; }; }; };