import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { NotificationService } from '../services/notification.service'; import { Notification } from '../classes/notification'; import * as i0 from "@angular/core"; export declare class NotificationsComponent implements OnInit, OnDestroy { notificationService: NotificationService; private ref; list: Notification[]; isReadMore: boolean; private listSubscription; constructor(notificationService: NotificationService, ref: ChangeDetectorRef); ngOnInit(): void; ngOnDestroy(): void; readMore(): void; removeNotification(notification: Notification): void; private listChangeSubscribe; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }