import { ValueType, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class LongValue extends ValueType {
    static $t: Type;
    constructor(a: number, b: number, c: number);
    constructor();
    constructor(a: number, ..._rest: any[]);
    j: number;
    i: number;
    static a(): LongValue;
    f(a: LongValue): boolean;
    g(a: LongValue): boolean;
    h(a: LongValue, b: LongValue): boolean;
    static c(a: LongValue, b: LongValue): LongValue;
    d(a: number): LongValue;
    e(a: number): LongValue;
    static b(a: number): LongValue;
    k(): number;
}
