declare function base(chartName: any): { axisLine: { show: boolean; lineStyle: { color: any; width: any; type: any; }; }; axisTick: { length: number; show: boolean; lineStyle: { color: any; width: any; type: any; }; }; axisLabel: { show: boolean; color: any; fontSize: any; align: string; margin: number; interval: number; }; splitLine: { lineStyle: { type: any; color: any; width: any; }; }; }; export default base;