import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class EvaluationResult$1 extends ValueType { static $t: Type; protected $t: Type; constructor($t: Type, a: number, b: T); constructor($t: Type, a: number, b: Nullable$1); 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; }