import { EventEmitter, OnInit } from '@angular/core'; import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "../validation-message/index"; export declare class FFLabel { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class FFFormFieldComponent implements OnInit, ControlValueAccessor { clazz: string; noBottomPadding: boolean; labelDirective: FFLabel | undefined; placeholder: string; label: string; hint: string; readonly: boolean; prefixEnabled: boolean; suffixEnabled: boolean; blur: EventEmitter; protected isXSmall: boolean; protected isDefault: boolean; protected readonly formControl: FormControl; protected readonly ngControl: NgControl; private size$; private bottomPadding$; private readonly validationMessageProvider; protected errorMessage$: Observable; constructor(); set size(size: 'x-small' | 'default' | 'large'); set bottomPadding(bottomPadding: boolean); ngOnInit(): void; onBlur(event: any): void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; private onTouchedCallback; private onChangeCallback; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class FFFormFieldModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }