import { Base, Type } from "igniteui-react-core";
import { ValueTuple$2 } from "./ValueTuple$2";
/**
 * @hidden
 */
export declare class ValueTuple extends Base {
    static $t: Type;
    static a<T1, T2>($t1: Type, $t2: Type, a: T1, b: T2): ValueTuple$2<T1, T2>;
}
