export { NotificationCountDirective } from './lib/directives/notification-count.directive'; export { NotificationOutletDirective } from './lib/directives/notification-outlet.directive'; export { Notification, NotificationExtras, NotificationOptions, NotificationOutput, NotificationRef, NotificationType } from './lib/models'; export { NotificationComponent } from './lib/notification.component'; export { NotificationModule } from './lib/notification.module'; export { NotificationService } from './lib/notification.service'; export { NotificationQueueService as ɵNotificationQueueService } from './lib/services/notification-queue.service'; export { NOTIFICATION_EXTRAS, provideNotificationExtras } from './lib/settings/default-notification-extras'; export { NOTIFICATION_OPTIONS, provideNotificationOptions } from './lib/settings/default-notification-options'; //# sourceMappingURL=index.d.ts.map