import { AfterViewInit, OnDestroy, OnChanges } from '@angular/core'; export declare class ChNotificationComponent implements AfterViewInit, OnDestroy, OnChanges { time: number; messages: any[]; Interval: any; constructor(); ngAfterViewInit(): void; remove(index: number, msgEl: any): void; aotDisappear(): void; ngOnDestroy(): void; ngOnChanges(): void; }