import { AfterViewChecked, ChangeDetectorRef, EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class MultiselecttreeComponent implements ControlValueAccessor, AfterViewChecked { private readonly changeDetectorRef; multiSelectTreeHierarchyBinding: any; tagMapper?: any; formGroup: any; formControlName?: any; textField: string; valueField: string; id?: string; errorMessage: string; filterChange: EventEmitter; value: any; onChange: any; onTouched: any; constructor(changeDetectorRef: ChangeDetectorRef); defaultTagMapper(tags: any[]): any[]; ngAfterViewChecked(): void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; handleFilter(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }