// Auto-generated types for groww-primary semantic tokens (interactionStateSelected)
export const growwprimaryInteractionStateSelectedSemanticTokens = [
  "bg-accent-selected",
  "bg-accent-subtle-selected",
  "bg-negative-selected",
  "bg-negative-subtle-selected",
  "bg-positive-selected",
  "bg-positive-subtle-selected",
  "bg-transparent-accent-selected",
  "bg-transparent-negative-selected",
  "bg-transparent-positive-selected",
  "bg-transparent-selected"
] as const;
export type growwprimaryInteractionStateSelectedSemanticToken = typeof growwprimaryInteractionStateSelectedSemanticTokens[number];
