import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { TreeNode } from 'primeng/api'; import * as i0 from "@angular/core"; export declare class MultiFolderSelectComponent implements ControlValueAccessor { label?: string; 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; onChangeEvent(event: any): void; onChange: any; onTouched: any; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }