// Auto-generated types for groww-primary utility classes (interactionStateSelected)
export const growwprimaryInteractionStateSelectedUtilityClasses = [
  "backgroundAccentSelected",
  "backgroundAccentSubtleSelected",
  "backgroundNegativeSelected",
  "backgroundNegativeSubtleSelected",
  "backgroundPositiveSelected",
  "backgroundPositiveSubtleSelected",
  "backgroundTransparentAccentSelected",
  "backgroundTransparentNegativeSelected",
  "backgroundTransparentPositiveSelected",
  "backgroundTransparentSelected"
] as const;
export type growwprimaryInteractionStateSelectedUtilityClass = typeof growwprimaryInteractionStateSelectedUtilityClasses[number];
