// Auto-generated aggregated types for all utility classes in category "border"
export const allBorderUtilityClasses = [
  "borderAccent",
  "borderCommoditiesGh1",
  "borderCommoditiesGh2",
  "borderCommoditiesGh3",
  "borderCommoditiesGh4",
  "borderCommoditiesGh5",
  "borderCommoditiesGh6",
  "borderDataVizBlue",
  "borderDataVizBlueSubtle",
  "borderDataVizBrown",
  "borderDataVizBrownSubtle",
  "borderDataVizGrey",
  "borderDataVizGreySubtle",
  "borderDataVizLilac",
  "borderDataVizLilacSubtle",
  "borderDataVizMagenta",
  "borderDataVizMagentaSubtle",
  "borderDataVizMintGreen",
  "borderDataVizMintGreenSubtle",
  "borderDataVizOliveGreen",
  "borderDataVizOliveGreenSubtle",
  "borderDataVizOrange",
  "borderDataVizOrangeSubtle",
  "borderDataVizRed",
  "borderDataVizRedSubtle",
  "borderDataVizSkyBlue",
  "borderDataVizSkyBlueSubtle",
  "borderDataVizYellow",
  "borderDataVizYellowSubtle",
  "borderDisabled",
  "borderDisabledOnSurfaceZ1",
  "borderDisabledOnSurfaceZ2",
  "borderNegative",
  "borderNeutral",
  "borderPositive",
  "borderPrimary",
  "borderPrimaryOnSurfaceZ1",
  "borderPrimaryOnSurfaceZ2"
] as const;
export type AllBorderUtilityClass = typeof allBorderUtilityClasses[number];
