export declare enum SeriesType { BAR = "bar", LINE = "line" } export interface LegendType { name: string; isShow?: boolean; id?: number | string; }