import { EventEmitter } from '@angular/core'; import { GridBaseComponent } from '../gridbase/grid-base.component'; import * as i0 from "@angular/core"; export declare const TREEGRID_TEMPLATE = "\n\t
\n\t\t\n\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t
\n\t\t\n\t
\n\t
\n\t\t
\n\t\t
{{loadMsg}}
\n\t
\n"; export declare class TreeGridComponent extends GridBaseComponent { idField: string; treeField: string; selectionMode: string; checkbox: boolean; cascadeCheck: boolean; rowExpand: EventEmitter; rowCollapse: EventEmitter; rowCheck: EventEmitter; rowUncheck: EventEmitter; me: any; get scrollTop(): number; set scrollTop(value: number); get checkedRows(): any[]; getCheckedRows(state?: string): any[]; selectRow(row: any): void; checkRow(row: any): void; uncheckRow(row: any): void; uncheckAllRows(): void; adjustCheck(row: any): void; sortData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }