export declare class NotificationTypes { static readonly NEW_DIALOG = "1"; static readonly UPDATE_DIALOG = "2"; static readonly DELETE_LEAVE_DIALOG = "3"; static readonly REMOVE_USER = "4"; } //# sourceMappingURL=NotificationTypes.d.ts.map