import { ElementRef } from '@angular/core'; import { FFFormFieldComponent } from '../core/form-field.component'; import * as i0 from "@angular/core"; export declare class FFInputComponent extends FFFormFieldComponent { private el; ffInputClass: boolean; type: string; autoSize: boolean; textAreaRows: number; readonly selector: string; constructor(el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }