import { ValueType, Nullable$1, Type } from "igniteui-react-core";
import { FormatConditionValueType } from "./FormatConditionValueType";
/**
 * @hidden
 */
export declare class ConditionValueInfo extends ValueType {
    static $t: Type;
    constructor(a: number, b: number, c: FormatConditionValueType);
    constructor();
    constructor(a: number, ..._rest: any[]);
    readonly h: number;
    readonly a: FormatConditionValueType;
    equals(a: any): boolean;
    getHashCode(): number;
    toString(): string;
    static b(a: ConditionValueInfo, b: ConditionValueInfo): boolean;
    static c(a: Nullable$1<ConditionValueInfo>, b: Nullable$1<ConditionValueInfo>): boolean;
    static d(a: ConditionValueInfo, b: ConditionValueInfo): boolean;
    static e(a: Nullable$1<ConditionValueInfo>, b: Nullable$1<ConditionValueInfo>): boolean;
}
