export interface horizontalBarData { xData?: string[][]; yData?: string[]; seriesName: string[]; yAxisName?: string; tooltipUnit?: string; tooltipFormatter?: (param: any) => string; } export declare type axisLabelRotate = 'leftSmallAngle' | 'leftBigAngle' | 'rightSmallAngle' | 'rightBigAngle'; export declare type legendPosition = 'right' | 'bottom' | 'top' | 'none';