import { EventEmitter } from '@angular/core'; import { TypeEnum } from '../../model/components/type.enum'; import { FormGroupDirective } from '@angular/forms'; import { FormGenericComponent } from '../../services/form-generic.abstract'; import * as i0 from "@angular/core"; export declare class InputComponent extends FormGenericComponent { formControlName: string; key: string; label: string; placeholder: string; value: any; type: TypeEnum | string; fullSize: boolean; typed: EventEmitter; onFocusOut(): void; constructor(formGroupDirective: FormGroupDirective); input(event: Event): void; setValue(value: any, propagate?: boolean): void; writeValue(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }