import { AfterViewInit, ApplicationRef, OnDestroy } from '@angular/core'; export declare class MessageComponent implements AfterViewInit, OnDestroy { private appRef; isShow: boolean; componentData: any; constructor(appRef: ApplicationRef); ngAfterViewInit(): void; close: () => void; ngOnDestroy(): void; }