export declare enum NotificationType { Error = "error", Info = "info", Success = "success", Warning = "warning", None = "none" }