import { ValueType, Nullable$1, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class EvaluationResult$1<T> extends ValueType {
    static $t: Type;
    protected $t: Type;
    constructor($t: Type, a: number, b: T);
    constructor($t: Type, a: number, b: Nullable$1<number>);
    constructor($t: Type);
    constructor($t: Type, a: number, ..._rest: any[]);
    private readonly a;
    private readonly c;
    private readonly e;
    get d(): boolean;
    get b(): T;
    get f(): Nullable$1<number>;
}
