import { ComboBaseComponent } from "../base/combo-base.component"; import { TreeGridComponent } from "../treegrid/treegrid.component"; import * as i0 from "@angular/core"; export declare const COMBOTREEGRID_TEMPLATE: string; export declare class ComboTreeGridComponent extends ComboBaseComponent { treegrid: TreeGridComponent; valueField: string; textField: string; editable: boolean; timer: any; mappingTexts: {}; displayingText: string; inputingText: string; treegridScrollTop: number; private updatingText; private _data; private _text; get data(): any[]; set data(value: any[]); get text(): string; set text(value: string); _multiple: boolean; get multiple(): boolean; set multiple(value: boolean); ngAfterContentInit(): void; doFilter(value: string): void; openPanel(): void; closePanel(): void; updateText(): void; findRow(value: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }