import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-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, b: Nullable$1): boolean; static d(a: ConditionValueInfo, b: ConditionValueInfo): boolean; static e(a: Nullable$1, b: Nullable$1): boolean; }