/** * Notification levels */ export declare enum NotificationLevel { Info = 0, Danger = 1, Success = 2 }