/// declare enum NotificationStyle { Info = "info", Error = "error", Warning = "warning", Success = "success" } export { NotificationStyle };