import * as i0 from "@angular/core"; export declare class TreeGridRowComponent { row: any; prow: any; columns: any; depth: number; rowIndex: number; gridBody: any; loading: boolean; get grid(): any; get indentWidth(): number; get checkboxClass(): string; isTreeField(field: string): boolean; isExpanded(): boolean; isCollapsed(): boolean; isLeaf(): boolean; ngOnInit(): void; toggle(event: any): void; onCheckRow(event: any): void; onCellClick(col: any, event: any): void; onCellDblClick(col: any, event: any): void; onCellContextMenu(col: any, event: any): void; onCellKeyDown(col: any, event: any): void; doEdit(col: any, target: any): void; isEditable(col: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }