import { AfterViewInit, ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywTestSelectComponent implements OnInit, AfterViewInit { formTest: ElementRef; loading: boolean; test: 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; }; ngAfterViewInit(): void; ngOnInit(): void; formtesst(): void; inputChange(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }