export declare enum StatusType { Danger = "danger", Warning = "warning", Default = "default", Information = "information", Success = "success" }