import { AfterViewChecked, ChangeDetectorRef, EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class TreeviewComponent implements ControlValueAccessor, AfterViewChecked { private readonly changeDetectorRef; nodes: any; textField: any; expandedKeys: string[]; childrenField: any; filterable: boolean; checkedKeys: string[]; filterChange: EventEmitter; checkedKeysChange: EventEmitter; onChange: any; onTouched: any; constructor(changeDetectorRef: ChangeDetectorRef); ngAfterViewChecked(): void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onCheckedChange(e: any): void; handleFilter(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }