export declare const seriesInit: () => { label: { show: boolean; }; symbol: string; symbolSize: any; showSymbol: boolean; data: never[]; type: string; lineStyle: { width: any; }; step: boolean; smooth: boolean; markLine: null; markPoint: null; itemStyle: {}; }; /** * 组装echarts所需要的series */ export declare function setSeries(params: any): never[];