import { ValueType, IEquatable$1, Nullable$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class ValueTuple$2 extends ValueType implements IEquatable$1> { static $t: Type; protected $t1: Type; protected $t2: Type; constructor($t1: Type, $t2: Type, a: number, b: T1, c: T2); constructor($t1: Type, $t2: Type); constructor($t1: Type, $t2: Type, a: number, ..._rest: any[]); readonly _a: T1; readonly _b: T2; private readonly _k; equals(a: ValueTuple$2): boolean; equals1(a: any): boolean; getHashCode(): number; static _c($t1: Type, $t2: Type, a: ValueTuple$2, b: ValueTuple$2): boolean; static _d($t1: Type, $t2: Type, a: Nullable$1>, b: Nullable$1>): boolean; static _e($t1: Type, $t2: Type, a: ValueTuple$2, b: ValueTuple$2): boolean; static _f($t1: Type, $t2: Type, a: Nullable$1>, b: Nullable$1>): boolean; }