import { Notification, NotificationOptions, NotificationRef } from '../models'; import * as i0 from "@angular/core"; export declare class NotificationQueueService { private readonly queue$$; private readonly onRemove$$; readonly current$: import("rxjs").Observable; readonly queue$: import("rxjs").Observable<(NotificationRef & { id: string | number; })[]>; readonly onRemove$: import("rxjs").Observable; add(notification: Notification, options: NotificationOptions): NotificationRef; remove(notificationRef: NotificationRef): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=notification-queue.service.d.ts.map