import { Base, Type } from "igniteui-react-core";
import { DataLegendIndexDictionary$1 } from "./DataLegendIndexDictionary$1";
import { DataAbbreviation } from "./DataAbbreviation";
import { DataLegendSeriesValueInfo } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class DataLegendColumn extends Base {
    static $t: Type;
    constructor();
    g: boolean;
    i: number;
    f: DataLegendIndexDictionary$1<string>;
    e: DataLegendIndexDictionary$1<number>;
    b: DataLegendIndexDictionary$1<string>;
    d: DataLegendIndexDictionary$1<string>;
    a: DataLegendIndexDictionary$1<DataAbbreviation>;
    c: DataLegendIndexDictionary$1<DataLegendSeriesValueInfo>;
    h: List$1<number>;
}
