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