import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; export declare class InputComponent implements OnInit { nombreCampo: any; name: FormControl; value: string; constructor(); ngOnInit(): void; }