import { UltraCalcConditionalFunctionBase } from "./UltraCalcConditionalFunctionBase";
import { ExcelCalcValue } from "./ExcelCalcValue";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class UltraCalcFunctionCountIf extends UltraCalcConditionalFunctionBase {
    static $t: Type;
    protected _al(a: number, b: number): ExcelCalcValue;
    protected get_name(): string;
    get name(): string;
    protected get__am(): boolean;
    protected get__an(): boolean;
}
