export declare enum SeverityTypeEnum { PRIMARY = "primary", SUCCESS = "success", WARNING = "warning", DANGER = "danger", INFO = "info" }