import { Base, Type } from "igniteui-react-core";
import { ExcelCalcNumberStack } from "./ExcelCalcNumberStack";
import { ExcelCalcValue } from "./ExcelCalcValue";
/**
 * @hidden
 */
export declare class UltraCalcConditionalFunctionBase_CriteriaEvaluator extends Base {
    static $t: Type;
    private b;
    private f;
    private e;
    private c;
    private g;
    private a;
    constructor(a: ExcelCalcNumberStack, b: any);
    d(a: ExcelCalcValue): boolean;
}
