/**
 * The Notification class
 *
 * @export
 */
export default class NotificationData {
}
export type NotificationClass = new (...args: any[]) => NotificationData;
