import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class GridFilterDialogViewModelRowDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private l;
    get operators(): string[];
    set operators(a: string[]);
    private o;
    get currentOperator(): string;
    set currentOperator(a: string);
    private k;
    get operandNumber(): number[];
    set operandNumber(a: number[]);
    private p;
    get operand1Ref(): string;
    set operand1Ref(a: string);
    private q;
    get operand2Ref(): string;
    set operand2Ref(a: string);
}
