import { OnInit, OnDestroy } from "@angular/core"; import { Observable, Subject } from "rxjs"; import { MessageService, IMessage } from "./message.service"; import * as i0 from "@angular/core"; export declare class MessageContainerComponent implements OnInit, OnDestroy { messageService: MessageService; messages$: Observable; messages: Array; destroy$: Subject; constructor(messageService: MessageService); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }