import { AfterViewInit, OnDestroy, OnInit } from '@angular/core'; import { MywAlertService } from '../../module/alert/service/myw-alert.service'; import { MywMessageService } from '../../module/message/service/myw-message.service'; import * as i0 from "@angular/core"; export declare class MywTestAboutComponent implements OnInit, AfterViewInit, OnDestroy { private mywAlert; private message; loading: boolean; version: string; constructor(mywAlert: MywAlertService, message: MywMessageService); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; alert(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }