declare enum NotificationLevel { Success = "success",// green Info = "info",// blue Warning = "warn",// yellow Error = "error" } export default NotificationLevel;