// Auto-generated types for groww-primary utility classes (background)
export const growwprimaryBackgroundUtilityClasses = [
  "backgroundAccent",
  "backgroundAccentSecondary",
  "backgroundAccentSecondarySubtle",
  "backgroundAccentSubtle",
  "backgroundAccentSubtleOnSurfaceZ1",
  "backgroundAccentSubtleOnSurfaceZ2",
  "backgroundAlwaysDark",
  "backgroundAlwaysLight",
  "backgroundDisabled",
  "backgroundDisabledOnSurfaceZ1",
  "backgroundDisabledOnSurfaceZ2",
  "backgroundInversePrimary",
  "backgroundNegative",
  "backgroundNegativeSubtle",
  "backgroundNegativeSubtleOnSurfaceZ1",
  "backgroundNegativeSubtleOnSurfaceZ2",
  "backgroundOnWarningSubtle",
  "backgroundOverlayPrimary",
  "backgroundOverlaySecondary",
  "backgroundPositive",
  "backgroundPositiveSubtle",
  "backgroundPositiveSubtleOnSurfaceZ1",
  "backgroundPositiveSubtleOnSurfaceZ2",
  "backgroundPrimary",
  "backgroundSecondary",
  "backgroundSecondaryOnSurfaceZ1",
  "backgroundSecondaryOnSurfaceZ2",
  "backgroundSecondarySubtleOnSurfaceZ1",
  "backgroundSecondarySubtleOnSurfaceZ2",
  "backgroundSurfaceDocked",
  "backgroundSurfacePrimary",
  "backgroundSurfaceSecondary",
  "backgroundSurfaceZ1",
  "backgroundSurfaceZ2",
  "backgroundTertiary",
  "backgroundTertiaryOnSurfaceZ1",
  "backgroundTertiaryOnSurfaceZ2",
  "backgroundTransparent",
  "backgroundWarning",
  "backgroundWarningSubtle",
  "backgroundWarningSubtleOnSurfaceZ1",
  "backgroundWarningSubtleOnSurfaceZ2"
] as const;
export type growwprimaryBackgroundUtilityClass = typeof growwprimaryBackgroundUtilityClasses[number];
