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