/**
 * Do not edit directly
 * Generated on Wed, 23 Apr 2025 15:47:28 GMT
 */


    
declare const tokens: {
  "brand": {
    "VideoPlayer": {
      "closedCaption": {
        "margin": string,
        "text": {
          "fgColor": string,
          "bgColor": string,
          "padding": string
        }
      },
      "playButton": {
        "height": string,
        "width": string
      },
      "range": {
        "height": string,
        "borderRadius": string,
        "minWidth": string
      },
      "transition": string,
      "tooltip": {
        "padding": {
          "block": string,
          "inline": string
        }
      }
    }
  }
}
export default tokens;