/**
 * Do not edit directly
 * Generated on Fri, 29 Apr 2022 19:38:32 GMT
 */

declare const tokens: {
  "primer": {
    "borderInset": {
      "thin": string,
      "normal": string,
      "thick": string
    },
    "borderWidth": {
      "thin": string,
      "normal": string,
      "thick": string
    },
    "borderRadius": {
      "small": string,
      "medium": string,
      "large": string,
      "full": string
    }
  }
}
 export default tokens;