import { OnInit } from '@angular/core'; import { UntypedFormGroup } from '@angular/forms'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class GeneratedFormFieldComponent implements OnInit { type: string; label: string; name: string; selectOptions: Observable; formGroup: UntypedFormGroup; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }