/** * 为series添加areaStyle */ declare function topArea(baseOption: any, iChartOption: any, YAxiMin: any): void; export default topArea;