export declare const showYSplitline: (show: boolean) => { yAxis: { splitLine: { show: boolean; }; }; }; export declare const showXSplitline: (show: boolean) => { xAxis: { splitLine: { show: boolean; }; }; }; export declare const pos: { rightCenter: { left: string; top: string; }; }; export declare const yAxis: { max: string; axisLabel: { formatter: (v: number) => string; }; axisLine: { show: boolean; lineStyle: { width: number; }; }; };