import { EventEmitter } from '@angular/core'; import { TreeNode } from 'primeng/api'; import * as i0 from "@angular/core"; export declare class TreeSelectComponent { value: any; options: TreeNode[]; placeholder?: string; disabled: boolean; selectionMode: 'single' | 'multiple' | 'checkbox'; filter: boolean; filterPlaceholder?: string; display: 'comma' | 'chip'; class?: string; valueChange: EventEmitter; change: EventEmitter; onModelChange(value: any): void; onChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }