import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class AvInputComponent implements ControlValueAccessor { errorMessage: string; helpText: string; label: string; type: 'text' | 'number'; variant: 'outlined' | 'filled' | 'standard'; size: 'small' | 'normal' | 'large'; placeholder: string; disabled: boolean; floatLabel: 'over' | 'in' | 'on' | null; iftaLabel: boolean; invalid: boolean; name: string; min?: number; max?: number; prefix?: string; suffix?: string; mode?: 'decimal' | 'currency'; currency?: string; value: string | number | null | undefined; get validatedSize(): 'small' | 'large' | null; setDisabledState(isDisabled: boolean): void; writeValue(value: string | number | null | undefined): void; registerOnChange(fn: typeof this.onChange): void; registerOnTouched(fn: typeof this.onTouched): void; onChange: (value: string | number | null | undefined) => void; onTouched: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-input.component.d.ts.map