export interface MultiLineChartParam { customGrid: any; style?: any; unit?: string; xAxisName?: string; yAxisName?: string; yNameGap?: number; datas: any[][]; seriesNames: any[]; } export declare type axisLabelRotate = 'leftSmallAngle' | 'leftBigAngle' | 'rightSmallAngle' | 'rightBigAngle';