import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebTreeGridRecordDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private w;
    get key(): any;
    set key(a: any);
    private v;
    get data(): any;
    set data(a: any);
    private k;
    get children(): WebTreeGridRecordDescription[];
    set children(a: WebTreeGridRecordDescription[]);
    private m;
    get recordParent(): WebTreeGridRecordDescription;
    set recordParent(a: WebTreeGridRecordDescription);
    private t;
    get level(): number;
    set level(a: number);
    private q;
    get isFilteredOutParent(): boolean;
    set isFilteredOutParent(a: boolean);
    private p;
    get expanded(): boolean;
    set expanded(a: boolean);
}
