import { OnInit } from '@angular/core'; import { NotificationContainerComponent } from '../../notification/notification-container/notification-container.component'; export declare class MessageContainerComponent extends NotificationContainerComponent implements OnInit { ngOnInit(): void; }