// Auto-generated types for groww-primary utility classes (content)
export const growwprimaryContentUtilityClasses = [
  "contentAccent",
  "contentAccentSecondary",
  "contentAccentSecondarySubtle",
  "contentDisabled",
  "contentInversePrimary",
  "contentInverseSecondary",
  "contentNegative",
  "contentOnAccentSecondarySubtle",
  "contentOnAccentSubtle",
  "contentOnColour",
  "contentOnColourInverse",
  "contentOnNegativeSubtle",
  "contentOnPositiveSubtle",
  "contentOnWarningSubtle",
  "contentPositive",
  "contentPrimary",
  "contentSecondary",
  "contentTertiary",
  "contentWarning"
] as const;
export type growwprimaryContentUtilityClass = typeof growwprimaryContentUtilityClasses[number];
