import { Base, Type } from "igniteui-react-core"; import { IDictionary$2 } from "igniteui-react-core"; /** * @hidden */ export declare class DictInterpolator$3 extends Base { static $t: Type; protected $tKey: Type; protected $tValue: Type; protected $tFrame: Type; constructor($tKey: Type, $tValue: Type, $tFrame: Type, a: (arg1: TValue, arg2: number, arg3: TValue, arg4: TValue, arg5: TFrame, arg6: TFrame) => void, b: (arg1: TValue) => TKey, c: (arg1: TValue) => boolean, d: () => TValue); private b; private d; private e; private c; private a; f(a: IDictionary$2, b: number, c: IDictionary$2, d: IDictionary$2, e: TFrame, f: TFrame): void; }