import { AfterViewChecked, ChangeDetectorRef, EventEmitter } from '@angular/core'; import { FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class DropdownlistComponent implements AfterViewChecked { private readonly changeDetectorRef; data: any[]; isEnumerable?: boolean; formGroup?: FormGroup; formControlName?: string; name?: string; textField: string; valueField: string; isPrimitive: boolean; disabled: boolean; value?: any; placeholder: any; clearButton: boolean; ngModelOptions?: any; id?: string; type: ('dropdown' | 'combobox'); errorMessage: string; filterable: boolean; filterChange: EventEmitter; valueChange: EventEmitter; constructor(changeDetectorRef: ChangeDetectorRef); ngAfterViewChecked(): void; onValueChange(e: any): void; onChange: any; onTouched: any; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; handleFilter(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }