import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import { BytepicFormControlInputModel } from '../../models/bytepic-form-control-input-model'; import * as i0 from "@angular/core"; export declare class FormControlInputComponent implements OnInit { myFormControl: BytepicFormControlInputModel; theControl: FormControl; optionValues: any[]; selectedOption: any; constructor(); ngOnInit(): void; changed(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }