import { AfterViewInit, ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywComponent implements OnInit, AfterViewInit { formTest: ElementRef; loading: boolean; test: number; a: any; b: any; ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; formtesst(): void; hello(): void; changeTheme(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }