declare function base(): { type: string; axisLine: { show: boolean; lineStyle: { width: any; type: any; color: any; }; }; axisTick: { show: boolean; lineStyle: { width: any; type: any; color: any; }; }; axisLabel: { color: any; fontSize: any; }; nameTextStyle: { color: any; fontSize: any; }; splitLine: { show: boolean; lineStyle: { width: any; type: any; color: any; }; minInterval: undefined; maxInterval: undefined; }; }; export default base;