// Auto-generated aggregated types for all utility classes in category "interaction-state-selected"
export const allInteractionStateSelectedUtilityClasses = [
  "backgroundAccentSelected",
  "backgroundAccentSubtleSelected",
  "backgroundNegativeSelected",
  "backgroundNegativeSubtleSelected",
  "backgroundPositiveSelected",
  "backgroundPositiveSubtleSelected",
  "backgroundTransparentAccentSelected",
  "backgroundTransparentNegativeSelected",
  "backgroundTransparentPositiveSelected",
  "backgroundTransparentSelected"
] as const;
export type AllInteractionStateSelectedUtilityClass = typeof allInteractionStateSelectedUtilityClasses[number];
