import { AfterViewInit, OnInit, TemplateRef } from '@angular/core'; import { NotificationService } from '../notification.service'; import * as i0 from "@angular/core"; export declare class NotificationManagerComponent implements OnInit, AfterViewInit { private notificationService; defaultTemplate: TemplateRef; telemetry: boolean; banners: Array; notifications: Array; x: number | null; y: number | null; constructor(notificationService: NotificationService); ngOnInit(): void; ngAfterViewInit(): void; onDismiss(item: any): void; onTouchStart(event: TouchEvent, notification: any): void; onTouchMove(event: TouchEvent, notification: any): void; onTouchEnd(event: TouchEvent, notification: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }