import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class UniversalSelectComponent implements ControlValueAccessor { private _value; get value(): any; set value(val: any); options: any[]; optionLabel?: string; optionValue?: string; optionDisabled?: string; placeholder?: string; disabled: boolean; filter: boolean; showClear: boolean; class: string; label?: string; labelPosition?: 'top' | 'left'; required: boolean; valueChange: EventEmitter; change: EventEmitter; onChange: any; onTouched: any; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; onModelChange(value: any): void; onChangeEvent(event: any): void; onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }