type StyleValuesForUi<T> = readonly {
  readonly icon: string
  readonly value: T
}[]
AlertSeverityTLArrowInfo