import { AfterViewInit, OnDestroy, ViewContainerRef } from '@angular/core'; import { DestroyService } from '@uib/angular/common'; import { DynamicViewService } from '@uib/angular/components/dynamic-view'; import { NotificationQueueService } from '../services/notification-queue.service'; import * as i0 from "@angular/core"; export declare class NotificationOutletDirective implements AfterViewInit, OnDestroy { private readonly ngOnDestroy$; private readonly dynamicViewService; private readonly notificationsQueue; private readonly viewContainer; private static INITIALIZED; private currentNotification; private notificationRef; notificationClose: import("rxjs").Observable; constructor(ngOnDestroy$: DestroyService, dynamicViewService: DynamicViewService, notificationsQueue: NotificationQueueService, viewContainer: ViewContainerRef); ngAfterViewInit(): void; ngOnDestroy(): void; private createNotification; private destroyNotification; private removeNotification; private handleUpdate; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=notification-outlet.directive.d.ts.map