import { AfterViewInit, ElementRef } from '@angular/core'; import { DestroyService } from '@uib/angular/common'; import { NotificationService } from '../notification.service'; import * as i0 from "@angular/core"; export declare class NotificationCountDirective implements AfterViewInit { private readonly max; private readonly ngOnDestroy$; private readonly element; private readonly notificationService; count: number; constructor(max: string, ngOnDestroy$: DestroyService, element: ElementRef, notificationService: NotificationService); ngAfterViewInit(): void; private updateCount; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=notification-count.directive.d.ts.map