export declare const white = "#ffffff"; export declare const silver = "#f9fafb"; export declare const nickel = "#eef0f2"; export declare const brand = "#0057B8"; export declare const gray = "#444444"; export declare const pink = "#fc6ab8"; export declare const purple = "#8826ff"; export declare const blue = "#0058ff"; export declare const teal = "#23D6BE"; export declare const green = "#1da379"; export declare const yellow = "#f0b323"; export declare const red = "#f9423a"; export declare const brandLight15: any; export declare const brandLight30: any; export declare const brandLight40: any; export declare const brandLight50: any; export declare const brandLight60: any; export declare const brandLight70: any; export declare const brandLight80: any; export declare const brandLight90: any; export declare const brandLight95: any; export declare const brandLight99: any; export declare const brandDark15: any; export declare const brandDark40: any; export declare const brandDark55: any; export declare const grayLight15: any; export declare const grayLight30: any; export declare const grayLight40: any; export declare const grayLight50: any; export declare const grayLight60: any; export declare const grayLight70: any; export declare const grayLight80: any; export declare const grayLight90: any; export declare const grayLight95: any; export declare const grayLight99: any; export declare const grayDark15: any; export declare const grayDark40: any; export declare const grayDark55: any; export declare const pinkLight15: any; export declare const pinkLight30: any; export declare const pinkLight40: any; export declare const pinkLight50: any; export declare const pinkLight60: any; export declare const pinkLight70: any; export declare const pinkLight80: any; export declare const pinkLight90: any; export declare const pinkLight95: any; export declare const pinkLight99: any; export declare const pinkDark15: any; export declare const pinkDark40: any; export declare const pinkDark55: any; export declare const purpleLight15: any; export declare const purpleLight30: any; export declare const purpleLight40: any; export declare const purpleLight50: any; export declare const purpleLight60: any; export declare const purpleLight70: any; export declare const purpleLight80: any; export declare const purpleLight90: any; export declare const purpleLight95: any; export declare const purpleLight99: any; export declare const purpleDark15: any; export declare const purpleDark40: any; export declare const purpleDark55: any; export declare const blueLight15: any; export declare const blueLight30: any; export declare const blueLight40: any; export declare const blueLight50: any; export declare const blueLight60: any; export declare const blueLight70: any; export declare const blueLight80: any; export declare const blueLight90: any; export declare const blueLight95: any; export declare const blueLight99: any; export declare const blueDark15: any; export declare const blueDark40: any; export declare const blueDark55: any; export declare const greenLight15: any; export declare const greenLight30: any; export declare const greenLight40: any; export declare const greenLight50: any; export declare const greenLight60: any; export declare const greenLight70: any; export declare const greenLight80: any; export declare const greenLight90: any; export declare const greenLight95: any; export declare const greenLight99: any; export declare const greenDark15: any; export declare const greenDark40: any; export declare const greenDark55: any; export declare const tealLight15: any; export declare const tealLight30: any; export declare const tealLight40: any; export declare const tealLight50: any; export declare const tealLight60: any; export declare const tealLight70: any; export declare const tealLight80: any; export declare const tealLight90: any; export declare const tealLight95: any; export declare const tealLight99: any; export declare const tealDark15: any; export declare const tealDark40: any; export declare const tealDark55: any; export declare const yellowLight15: any; export declare const yellowLight30: any; export declare const yellowLight40: any; export declare const yellowLight50: any; export declare const yellowLight60: any; export declare const yellowLight70: any; export declare const yellowLight80: any; export declare const yellowLight90: any; export declare const yellowLight95: any; export declare const yellowLight99: any; export declare const yellowDark15: any; export declare const yellowDark40: any; export declare const yellowDark55: any; export declare const redLight15: any; export declare const redLight30: any; export declare const redLight40: any; export declare const redLight50: any; export declare const redLight60: any; export declare const redLight70: any; export declare const redLight80: any; export declare const redLight90: any; export declare const redLight95: any; export declare const redLight99: any; export declare const redDark15: any; export declare const redDark40: any; export declare const redDark55: any; export declare const whiteTransparent15 = "rgba(255, 255, 255, 0.85)"; export declare const whiteTransparent30 = "rgba(255, 255, 255, 0.7)"; export declare const whiteTransparent40 = "rgba(255, 255, 255, 0.6)"; export declare const whiteTransparent50 = "rgba(255, 255, 255, 0.5)"; export declare const whiteTransparent60 = "rgba(255, 255, 255, 0.4)"; export declare const whiteTransparent70 = "rgba(255, 255, 255, 0.3)"; export declare const whiteTransparent80 = "rgba(255, 255, 255, 0.2)"; export declare const whiteTransparent90 = "rgba(255, 255, 255, 0.1)"; export declare const whiteTransparent95 = "rgba(255, 255, 255, 0.05)"; export declare const grayTransparent50 = "rgba(68, 68, 68, 0.5)"; export declare const uiBackground = "#ffffff"; export declare const uiBackgroundAlt = "#f9fafb"; export declare const uiBackgroundModal = "rgba(68, 68, 68, 0.5)"; export declare const shadow: any; export declare const shadowRGB: any; export declare const textPrimary: any; export declare const textSecondary: any; export declare const textTertiary: any; export declare const textPrimaryInverse = "#ffffff"; export declare const textSecondaryInverse = "rgba(255, 255, 255, 0.7)"; export declare const textTertiaryInverse = "rgba(255, 255, 255, 0.5)"; export declare const textLinkDisabled: any; export declare const textLinkEnabled = "#0058ff"; export declare const textLinkHover = "#0058ff"; export declare const textLinkFocus = "#0058ff"; export declare const textLinkActive: any; export declare const textLinkVisited = "#0058ff"; export declare const interactive = "#0058ff"; export declare const info: any; export declare const danger = "#f9423a"; export declare const success = "#1da379"; export declare const warning = "#f0b323"; export declare const dataNegative: any; export declare const dataPositive: any; export declare const inputLabel: any; export declare const inputCaret: any; export declare const inputValuePlaceholder: any; export declare const inputLabelDisabled: any; export declare const valueDisabled: any; export declare const inputBackgroundDisabled = "#f9fafb"; export declare const inputFocus = "#444444"; export declare const inputInvalid: any; export declare const inputBorder: any; export declare const tooltipBackground: any; export declare const buttonBackgroundTextHover: any; export declare const buttonBackgroundTextFocus: any; export declare const buttonBackgroundTextActive: any; export declare const buttonLabelTextDisabled: any; export declare const buttonLabelTextEnabled = "#0058ff"; export declare const buttonLabelTextHover = "#0058ff"; export declare const buttonLabelTextFocus = "#0058ff"; export declare const buttonLabelTextActive = "#0058ff"; export declare const buttonBackgroundOutlinedDisabled = "#ffffff"; export declare const buttonBackgroundOutlinedEnabled = "#ffffff"; export declare const buttonBackgroundOutlinedHover: any; export declare const buttonBackgroundOutlinedFocus: any; export declare const buttonBackgroundOutlinedActive: any; export declare const buttonBorderOutlinedDisabled: any; export declare const buttonBorderOutlinedEnabled = "#0058ff"; export declare const buttonBorderOutlinedHover = "#0058ff"; export declare const buttonBorderOutlinedFocus = "#0058ff"; export declare const buttonBorderOutlinedActive = "#0058ff"; export declare const buttonLabelOutlinedDisabled: any; export declare const buttonLabelOutlinedEnabled = "#0058ff"; export declare const buttonLabelOutlinedHover = "#0058ff"; export declare const buttonLabelOutlinedFocus = "#0058ff"; export declare const buttonLabelOutlinedActive = "#0058ff"; export declare const buttonBackgroundDisabled: any; export declare const buttonBackgroundEnabled: any; export declare const buttonBackgroundHover = "#0058ff"; export declare const buttonBackgroundFocus: any; export declare const buttonBackgroundActive: any; export declare const buttonBorderDisabled: any; export declare const buttonBorderEnabled: any; export declare const buttonBorderHover = "#0058ff"; export declare const buttonBorderFocus: any; export declare const buttonBorderActive: any; export declare const buttonLabelDisabled: any; export declare const buttonLabelEnabled = "#ffffff"; export declare const buttonLabelHover = "#ffffff"; export declare const buttonLabelFocus = "#ffffff"; export declare const buttonLabelActive = "#ffffff"; export declare const buttonBackgroundDangerDisabled: any; export declare const buttonBackgroundDangerEnabled: any; export declare const buttonBackgroundDangerHover = "#f9423a"; export declare const buttonBackgroundDangerFocus: any; export declare const buttonBackgroundDangerActive: any; export declare const buttonBorderDangerDisabled: any; export declare const buttonBorderDangerEnabled: any; export declare const buttonBorderDangerHover = "#f9423a"; export declare const buttonBorderDangerFocus: any; export declare const buttonBorderDangerActive: any; export declare const buttonLabelDangerDisabled: any; export declare const buttonLabelDangerEnabled = "#ffffff"; export declare const buttonLabelDangerHover = "#ffffff"; export declare const buttonLabelDangerFocus = "#ffffff"; export declare const buttonLabelDangerActive = "#ffffff"; export declare const buttonBackgroundIconHover: any; export declare const buttonBackgroundIconFocus: any; export declare const buttonBackgroundIconActive: any; export declare const buttonLabelIconDisabled: any; export declare const buttonLabelIconEnabled: any; export declare const buttonLabelIconHover: any; export declare const buttonLabelIconFocus: any; export declare const buttonLabelIconActive: any; export declare const buttonLabelIconInverseDisabled = "rgba(255, 255, 255, 0.3)"; export declare const buttonLabelIconInverseEnabled = "rgba(255, 255, 255, 0.7)"; export declare const buttonLabelIconInverseHover = "#ffffff"; export declare const buttonLabelIconInverseFocus = "#ffffff"; export declare const buttonLabelIconInverseActive = "#ffffff"; export declare const buttonBackgroundIconInverseHover = "rgba(255, 255, 255, 0.1)"; export declare const buttonBackgroundIconInverseFocus = "rgba(255, 255, 255, 0.3)"; export declare const buttonBackgroundIconInverseActive = "rgba(255, 255, 255, 0.5)"; export declare const divider: any; export declare const dividerTransparent = "rgba(255, 255, 255, 0.2)"; export declare const dividerLight: any; export declare const tableBorder: any; export declare const tableHeaderDarkBackground: any; export declare const tableHeaderDarkText = "#ffffff"; export declare const tableHeaderLightBackground = "#eef0f2"; export declare const tableHeaderLightText: any; export declare const outlineKeyboardNavigationFocus: any; export declare const series1: any; export declare const series2: any; export declare const series3: any; export declare const series4: any; export declare const series5: any; export declare const series6: any; export declare const series7: any; export declare const series8: any; export declare const series9: any; export declare const series10: any; export declare const series11: any; export declare const series12: any; export interface colorTokens { white: string; silver: string; nickel: string; brand: string; gray: string; pink: string; purple: string; blue: string; green: string; teal: string; yellow: string; red: string; brandLight15: string; brandLight30: string; brandLight40: string; brandLight50: string; brandLight60: string; brandLight70: string; brandLight80: string; brandLight90: string; brandLight95: string; brandLight99: string; brandDark15: string; brandDark40: string; brandDark55: string; grayLight15: string; grayLight30: string; grayLight40: string; grayLight50: string; grayLight60: string; grayLight70: string; grayLight80: string; grayLight90: string; grayLight95: string; grayLight99: string; grayDark15: string; grayDark40: string; grayDark55: string; pinkLight15: string; pinkLight30: string; pinkLight40: string; pinkLight50: string; pinkLight60: string; pinkLight70: string; pinkLight80: string; pinkLight90: string; pinkLight95: string; pinkLight99: string; pinkDark15: string; pinkDark40: string; pinkDark55: string; purpleLight15: string; purpleLight30: string; purpleLight40: string; purpleLight50: string; purpleLight60: string; purpleLight70: string; purpleLight80: string; purpleLight90: string; purpleLight95: string; purpleLight99: string; purpleDark15: string; purpleDark40: string; purpleDark55: string; blueLight15: string; blueLight30: string; blueLight40: string; blueLight50: string; blueLight60: string; blueLight70: string; blueLight80: string; blueLight90: string; blueLight95: string; blueLight99: string; blueDark15: string; blueDark40: string; blueDark55: string; greenLight15: string; greenLight30: string; greenLight40: string; greenLight50: string; greenLight60: string; greenLight70: string; greenLight80: string; greenLight90: string; greenLight95: string; greenLight99: string; greenDark15: string; greenDark40: string; greenDark55: string; tealLight15: string; tealLight30: string; tealLight40: string; tealLight50: string; tealLight60: string; tealLight70: string; tealLight80: string; tealLight90: string; tealLight95: string; tealLight99: string; tealDark15: string; tealDark40: string; tealDark55: string; yellowLight15: string; yellowLight30: string; yellowLight40: string; yellowLight50: string; yellowLight60: string; yellowLight70: string; yellowLight80: string; yellowLight90: string; yellowLight95: string; yellowLight99: string; yellowDark15: string; yellowDark40: string; yellowDark55: string; redLight15: string; redLight30: string; redLight40: string; redLight50: string; redLight60: string; redLight70: string; redLight80: string; redLight90: string; redLight95: string; redLight99: string; redDark15: string; redDark40: string; redDark55: string; whiteTransparent15: string; whiteTransparent30: string; whiteTransparent40: string; whiteTransparent50: string; whiteTransparent60: string; whiteTransparent70: string; whiteTransparent80: string; whiteTransparent90: string; whiteTransparent95: string; grayTransparent50: string; uiBackground: string; uiBackgroundAlt: string; uiBackgroundModal: string; shadow: string; shadowRGB: string; textPrimary: string; textSecondary: string; textTertiary: string; textPrimaryInverse: string; textSecondaryInverse: string; textTertiaryInverse: string; textLinkDisabled: string; textLinkEnabled: string; textLinkHover: string; textLinkFocus: string; textLinkActive: string; textLinkVisited: string; interactive: string; info: string; danger: string; success: string; warning: string; dataNegative: string; dataPositive: string; inputLabel: string; inputCaret: string; inputValuePlaceholder: string; inputLabelDisabled: string; valueDisabled: string; inputBackgroundDisabled: string; inputFocus: string; inputInvalid: string; inputBorder: string; tooltipBackground: string; buttonBackgroundTextHover: string; buttonBackgroundTextFocus: string; buttonBackgroundTextActive: string; buttonLabelTextDisabled: string; buttonLabelTextEnabled: string; buttonLabelTextHover: string; buttonLabelTextFocus: string; buttonLabelTextActive: string; buttonBackgroundOutlinedDisabled: string; buttonBackgroundOutlinedEnabled: string; buttonBackgroundOutlinedHover: string; buttonBackgroundOutlinedFocus: string; buttonBackgroundOutlinedActive: string; buttonBorderOutlinedDisabled: string; buttonBorderOutlinedEnabled: string; buttonBorderOutlinedHover: string; buttonBorderOutlinedFocus: string; buttonBorderOutlinedActive: string; buttonLabelOutlinedDisabled: string; buttonLabelOutlinedEnabled: string; buttonLabelOutlinedHover: string; buttonLabelOutlinedFocus: string; buttonLabelOutlinedActive: string; buttonBackgroundDisabled: string; buttonBackgroundEnabled: string; buttonBackgroundHover: string; buttonBackgroundFocus: string; buttonBackgroundActive: string; buttonBorderDisabled: string; buttonBorderEnabled: string; buttonBorderHover: string; buttonBorderFocus: string; buttonBorderActive: string; buttonLabelDisabled: string; buttonLabelEnabled: string; buttonLabelHover: string; buttonLabelFocus: string; buttonLabelActive: string; buttonBackgroundDangerDisabled: string; buttonBackgroundDangerEnabled: string; buttonBackgroundDangerHover: string; buttonBackgroundDangerFocus: string; buttonBackgroundDangerActive: string; buttonBorderDangerDisabled: string; buttonBorderDangerEnabled: string; buttonBorderDangerHover: string; buttonBorderDangerFocus: string; buttonBorderDangerActive: string; buttonLabelDangerDisabled: string; buttonLabelDangerEnabled: string; buttonLabelDangerHover: string; buttonLabelDangerFocus: string; buttonLabelDangerActive: string; buttonBackgroundIconHover: string; buttonBackgroundIconFocus: string; buttonBackgroundIconActive: string; buttonLabelIconDisabled: string; buttonLabelIconEnabled: string; buttonLabelIconHover: string; buttonLabelIconFocus: string; buttonLabelIconActive: string; buttonLabelIconInverseDisabled: string; buttonLabelIconInverseEnabled: string; buttonLabelIconInverseHover: string; buttonLabelIconInverseFocus: string; buttonLabelIconInverseActive: string; buttonBackgroundIconInverseHover: string; buttonBackgroundIconInverseFocus: string; buttonBackgroundIconInverseActive: string; divider: string; dividerTransparent: string; dividerLight: string; tableBorder: string; tableHeaderDarkBackground: string; tableHeaderDarkText: string; tableHeaderLightBackground: string; tableHeaderLightText: string; outlineKeyboardNavigationFocus: string; series1: string; series2: string; series3: string; series4: string; series5: string; series6: string; series7: string; series8: string; series9: string; series10: string; series11: string; series12: string; }