export type StatusIndicatorType = "success" | "warning" | "critical" | "inactive" | "informative";