export declare enum StatusLabelType { Success = "success", Warning = "warning", Error = "error", Archived = "archived", Disabled = "disabled" }