import { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription";
import { WebTreeGridRecordDescription } from "./WebTreeGridRecordDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebTreeGridDescription extends WebGridBaseDirectiveDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private hf;
    get childDataKey(): string;
    set childDataKey(a: string);
    private hh;
    get foreignKey(): string;
    set foreignKey(a: string);
    private hi;
    get hasChildrenKey(): string;
    set hasChildrenKey(a: string);
    private g9;
    get cascadeOnDelete(): boolean;
    set cascadeOnDelete(a: boolean);
    private hj;
    get id(): string;
    set id(a: string);
    private g6;
    get rootRecords(): WebTreeGridRecordDescription[];
    set rootRecords(a: WebTreeGridRecordDescription[]);
    private g5;
    get processedRootRecords(): WebTreeGridRecordDescription[];
    set processedRootRecords(a: WebTreeGridRecordDescription[]);
    private hg;
    get dataRef(): string;
    set dataRef(a: string);
    private hd;
    get filteredData(): any;
    set filteredData(a: any);
    private hb;
    get expansionDepth(): number;
    set expansionDepth(a: number);
    private hk;
    get rowLoadingIndicatorTemplateRef(): string;
    set rowLoadingIndicatorTemplateRef(a: string);
}
