import { Description } from "./Description";
import { GridFilterDialogViewModelRowDescription } from "./GridFilterDialogViewModelRowDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class GridFilterDialogViewModelDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private q;
    get propertyType(): string;
    set propertyType(a: string);
    private m;
    get isTopLevelOr(): boolean;
    set isTopLevelOr(a: boolean);
    private o;
    get maxGroupingLevels(): number;
    set maxGroupingLevels(a: number);
    private k;
    get rows(): GridFilterDialogViewModelRowDescription[];
    set rows(a: GridFilterDialogViewModelRowDescription[]);
}
