export declare const categoryXAxis: { type: string; boundaryGap: boolean; data: string[]; axisLabel: { interval: number; color: string; fontSize: number; }; axisLine: { lineStyle: { type: string; color: string; }; }; }; export declare const valueYAxis: { type: string; splitLine: { show: boolean; lineStyle: { type: string; color: string; }; }; axisLabel: { color: string; fontSize: number; }; }; export declare const legend: { icon: string; itemWidth: number; itemHeight: number; itemGap: number; textStyle: { fontSize: number; color: string; }; }; export declare const grid: { left: string; right: string; bottom: string; containLabel: boolean; }; export declare const colors: string[];