import { AfterViewInit, OnDestroy, OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class MywTestFormComponent implements OnInit, AfterViewInit, OnDestroy { private fb; dis: boolean; mywInput: string; loading: boolean; test: string; value: string; hello: { v: string; value: string; }; hello1: { v: string; value: string; }; hello2: { v: string; value: string; }; arr: { v: string; value: string; }[]; h: { v: string; value: string; }; constructor(fb: FormBuilder); fbForm: FormGroup<{ selectObj: import("@angular/forms").FormControl<{ v: string; value: string; }>; }>; ngOnInit(): void; getfb(): void; numValue: string; ngAfterViewInit(): void; ngOnDestroy(): void; alert(): void; inputChange(e: any): void; show(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }