import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class AvSelectComponent implements ControlValueAccessor { errorMessage: import("@angular/core").InputSignal; options: any[]; labelKey: string; valueKey: string; placeholder: string; selectedValue: any; selectedValueChange: EventEmitter; filter: boolean; filterBy: string; showClear: boolean; floatLabel: 'over' | 'in' | 'on' | null; iftaLabel: boolean; invalid: boolean; disabled: boolean; size: 'small' | 'normal' | 'large'; get validatedSize(): 'small' | 'large' | null; onChange: (value: any) => void; onTouched: () => void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; onSelectChange(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-select.component.d.ts.map