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; e: DataLegendIndexDictionary$1; b: DataLegendIndexDictionary$1; d: DataLegendIndexDictionary$1; a: DataLegendIndexDictionary$1; c: DataLegendIndexDictionary$1; h: List$1; }