import { Dictionary$2 } from "igniteui-react-core"; import { List$1 } from "igniteui-react-core"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class DataLegendIndexDictionary$1 extends Dictionary$2 { static $t: Type; protected $tValue: Type; constructor($tValue: Type); q(a: number, b: TValue): void; p(a: List$1): TValue[]; }