declare const _default: { color: string[]; tooltip: { trigger: string; axisPointer: { type: string; }; }; xAxis: { type: string; data: string[]; splitLine: { show: boolean; lineStyle: { type: string; }; }; axisLine: { lineStyle: { color: string; }; }; }; yAxis: { type: string; nameTextStyle: { color: string; }; axisTick: { alignWithLabel: boolean; show: boolean; }; axisLine: { lineStyle: { color: string; type: string; }; }; }; series: { barMaxWidth: string; type: string; itemStyle: { opacity: number; borderWidth: number; }; barMinHeight: number; label: { show: boolean; position: string; valueAnimation: boolean; formatter: string; }; data: number[]; }[]; grid: { top: string; left: string; right: string; bottom: string; containLabel: boolean; }; }; export default _default;