* // Individual module import
* import { NotificationServiceModule } from 'patternfly-ng/notification';
* // Or
* import { NotificationServiceModule } from 'patternfly-ng';
*
*
* Optional:
*
* import { Notification, NotificationType } from 'patternfly-ng/notification';
*
*/
export declare class NotificationService {
private delay;
private modes;
private notifications;
private persist;
private verbose;
private _notificationsSubject;
/**
* The default constructor
*/
constructor();
/**
* Get all notifications
*/
getNotifications(): Notification[];
/**
* Allows for interacting with a stream of notifications
*/
readonly getNotificationsObserver: Observable