import { Base, Type } from "./type";
import { Brush } from "./Brush";
import { DataLegendSeriesValueType } from "./DataLegendSeriesValueType";
/**
 * @hidden
 */
export declare class DataLegendSeriesValueInfo extends Base {
    static $t: Type;
    constructor();
    l: number;
    v: string;
    w: string;
    x: string;
    y: string;
    z: Brush;
    n: number;
    m: number;
    j: boolean;
    i: boolean;
    e: boolean;
    h: boolean;
    f: boolean;
    g: boolean;
    d: boolean;
    a: DataLegendSeriesValueType;
    o: number;
    p: number;
    k: boolean;
    c: boolean;
    b: boolean;
    r: string;
    q: string;
    s: string;
    t: string;
    u(): string;
}
