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<TValue> extends Dictionary$2<number, TValue> {
    static $t: Type;
    protected $tValue: Type;
    constructor($tValue: Type);
    q(a: number, b: TValue): void;
    p(a: List$1<number>): TValue[];
}
