declare const _default: { colors: string[]; tooltip: { trigger: string; }; legend: { icon: string; itemWidth: number; itemHeight: number; itemGap: number; textStyle: { fontSize: number; color: string; }; }; grid: { left: string; right: string; bottom: string; containLabel: boolean; }; xAxis: { type: string; boundaryGap: boolean; data: string[]; axisLabel: { interval: number; color: string; fontSize: number; }; axisLine: { lineStyle: { type: string; color: string; }; }; }; yAxis: { type: string; splitLine: { show: boolean; lineStyle: { type: string; color: string; }; }; axisLabel: { color: string; fontSize: number; }; }; series: { name: string; type: string; stack: string; data: number[]; }[]; }; export default _default;