export declare const commonOptions: { grid: { top: number; left: number; right: number; bottom: number; containLabel: boolean; }; tooltip: { trigger: string; backgroundColor: string; textStyle: { fontSize: number; }; }; xAxis: { axisLine: { lineStyle: { color: string; opacity: number; }; }; axisTick: { show: boolean; }; type: string; boundaryGap: boolean; axisLabel: { color: string; showMinLabel: boolean; }; }; yAxis: { minInterval: number; axisLabel: { color: string; margin: number; showMinLabel: boolean; }; axisTick: { show: boolean; }; splitLine: { show: boolean; lineStyle: { color: string[]; opacity: number; }; }; type: string; axisLine: { show: boolean; }; }; };