/** * #### Deprecated tokens * * @category color * @previewType none */ declare const deprecated: { /** @deprecated */ contentColorInfo: string; /** @deprecated */ contentColorWarning: string; /** @deprecated */ contentColorPositive: string; /** @deprecated */ contentColorNegativeStrong: string; /** * @deprecated Use a more specific token based on the semantic use case: [`interactiveColorAccent`](#interactiveColorAccent), [`contentColorAccent`](#contentColorAccent), or [`focusColor`](#focusColor). */ interactiveColorPrimary: string; /** @deprecated Use `notificationColorPositive` */ accentColorPositive: string; /** @deprecated Use `notificationColorCaution` */ accentColorWarning: string; /** @deprecated Use `notificationColorCaution` */ accentColorAlert: string; /** @deprecated Use `notificationColorNegative` */ accentColorNegative: string; /** * @deprecated Use `contentColorDefault` */ textColor: string; /** * @deprecated Use `contentColorMuted` */ textGray: string; /** * @deprecated Use `contentColorLink` */ linkColor: string; /** * @deprecated `Link` hover interaction should use `text-decoration: underline`, color should not change */ linkColorHover: string; /** * @deprecated Use `borderColorWeak` */ borderLightColor: string; /** * @deprecated Use `contentColorDisabled` */ textDisabledColor: string; /** * @deprecated Use `spacingXSmall` * @category dimension * @previewType spacing */ spacingQuarter: string; /** * @deprecated Use `spacingSmall` * @category dimension * @previewType spacing */ spacingHalf: string; /** * @deprecated Use `spacingLarge` * @category dimension * @previewType spacing */ spacing: string; /** * @deprecated Use `backgroundColorPage` */ backgroundColor: string; /** * @category border * @deprecated Set border using CSS and [borderColor](#borderColor). */ border: string; /** * @category border * @deprecated Set border using CSS and [borderColorStrong](#borderColorStrong). */ borderDark: string; /** * @category border * @deprecated Set border using CSS and [borderColorWeak](#borderColorWeak). */ borderLight: string; /** * @deprecated Use `interactiveColorBorderActive` for Data Entry components or `actionColorBorderSecondaryActive` for Buttons. */ borderActiveColor: string; /** * @deprecated Use `interactiveColorOverlayHover` for Data Entry components or `actionColorBackgroundSecondaryHover` for Buttons. */ backgroundColorHover: string; /** * @category shadow * @deprecated Don't use hover shadows - see notes on backgroundColorHover for hover affordances. */ hoverShadow: string; /** * @deprecated Use `notificationColorInfo` or `severityColorInfo` */ statusColorInfo: string; /** * @deprecated Use `notificationColorInfoWeak` */ statusColorInfoWeak: string; /** * @deprecated Use `notificationColorInfoStrong` */ statusColorInfoStrong: string; /** * @deprecated Use `notificationColorPositive` or `severityColorNormal` */ statusColorNormal: string; /** * @deprecated Use `notificationColorPositiveWeak` */ statusColorNormalWeak: string; /** * @deprecated Use `notificationColorPositiveStrong` */ statusColorNormalStrong: string; /** * @deprecated Use `notificationColorCaution` or `severityColorNotice` */ statusColorLow: string; /** * @deprecated Use `notificationColorCautionWeak` */ statusColorLowWeak: string; /** * @deprecated Use `notificationColorCautionStrong` */ statusColorLowStrong: string; /** * @deprecated Use `severityColorWarning` */ statusColorMedium: string; /** @deprecated */ statusColorMediumWeak: string; /** @deprecated */ statusColorMediumStrong: string; /** * @deprecated Use `notificationColorNegative` or `severityColorAlert` */ statusColorHigh: string; /** * @deprecated Use `notificationColorNegativeWeak` */ statusColorHighWeak: string; /** * @deprecated Use `notificationColorNegativeStrong` */ statusColorHighStrong: string; /** * @deprecated Default color for critical alerts or urgent messages. */ statusColorCritical: string; /** * @deprecated Weaker, less prominent critical color, does not pass 3:1 graphical or 4.5:1 text contrast. */ statusColorCriticalWeak: string; /** * @deprecated Brighter, more prominent critical color. */ statusColorCriticalStrong: string; /** @deprecated */ brandColorL50: string; /** @deprecated */ brandColorL40: string; /** @deprecated */ brandColorL30: string; /** @deprecated */ brandColorL20: string; /** @deprecated */ brandColorL10: string; /** @deprecated */ brandColor: string; /** @deprecated */ brandColorD10: string; /** @deprecated */ brandColorD20: string; /** @deprecated */ brandColorD30: string; /** @deprecated */ brandColorD40: string; /** @deprecated */ brandColorD50: string; /** @deprecated */ gray98: string; /** @deprecated */ gray96: string; /** @deprecated */ gray92: string; /** @deprecated */ gray80: string; /** @deprecated */ gray60: string; /** @deprecated */ gray45: string; /** @deprecated */ gray30: string; /** @deprecated */ gray25: string; /** @deprecated */ gray22: string; /** @deprecated */ gray20: string; /** @deprecated */ accentColorL50: string; /** @deprecated */ accentColorL40: string; /** @deprecated */ accentColorL30: string; /** @deprecated */ accentColorL20: string; /** @deprecated */ accentColorL10: string; /** @deprecated */ accentColor: string; /** @deprecated */ accentColorD10: string; /** @deprecated */ accentColorD20: string; /** @deprecated */ accentColorD30: string; /** @deprecated */ accentColorD40: string; /** @deprecated */ accentColorD50: string; /** @deprecated */ errorColorL50: string; /** @deprecated */ errorColorL40: string; /** @deprecated */ errorColorL30: string; /** @deprecated */ errorColorL20: string; /** @deprecated */ errorColorL10: string; /** * @deprecated Use `notificationColorNegative` or `severityColorAlert` */ errorColor: string; /** @deprecated */ errorColorD10: string; /** @deprecated */ errorColorD20: string; /** @deprecated */ errorColorD30: string; /** @deprecated */ errorColorD40: string; /** @deprecated */ errorColorD50: string; /** @deprecated */ alertColorL50: string; /** @deprecated */ alertColorL40: string; /** @deprecated */ alertColorL30: string; /** @deprecated */ alertColorL20: string; /** @deprecated */ alertColorL10: string; /** @deprecated */ alertColor: string; /** @deprecated */ alertColorD10: string; /** @deprecated */ alertColorD20: string; /** @deprecated */ alertColorD30: string; /** @deprecated */ alertColorD40: string; /** @deprecated */ alertColorD50: string; /** @deprecated */ warningColorL50: string; /** @deprecated */ warningColorL40: string; /** @deprecated */ warningColorL30: string; /** @deprecated */ warningColorL20: string; /** @deprecated */ warningColorL10: string; /** * @deprecated Use `notificationColorCaution` or `severityColorNotice` */ warningColor: string; /** @deprecated */ warningColorD10: string; /** @deprecated */ warningColorD20: string; /** @deprecated */ warningColorD30: string; /** @deprecated */ warningColorD40: string; /** @deprecated */ warningColorD50: string; /** @deprecated */ successColorL50: string; /** @deprecated */ successColorL40: string; /** @deprecated */ successColorL30: string; /** @deprecated */ successColorL20: string; /** @deprecated */ successColorL10: string; /** * @deprecated Use `notificationColorPositive` or `severityColorNormal` */ successColor: string; /** @deprecated */ successColorD10: string; /** @deprecated */ successColorD20: string; /** @deprecated */ successColorD30: string; /** @deprecated */ successColorD40: string; /** @deprecated */ successColorD50: string; /** @deprecated */ infoColorL50: string; /** @deprecated */ infoColorL40: string; /** @deprecated */ infoColorL30: string; /** @deprecated */ infoColorL20: string; /** @deprecated */ infoColorL10: string; /** @deprecated */ infoColor: string; /** @deprecated */ infoColorD10: string; /** @deprecated */ infoColorD20: string; /** @deprecated */ infoColorD30: string; /** @deprecated */ infoColorD40: string; /** @deprecated */ infoColorD50: string; /** @deprecated */ diverging1ColorA: string; /** @deprecated */ diverging1ColorB: string; /** @deprecated */ diverging2ColorA: string; /** @deprecated */ diverging2ColorB: string; /** @deprecated */ diverging3ColorA: string; /** @deprecated */ diverging3ColorB: string; /** @deprecated */ diverging4ColorA: string; /** @deprecated */ diverging4ColorB: string; /** @deprecated */ diverging5ColorA: string; /** @deprecated */ diverging5ColorB: string; /** @deprecated */ cat1Color: string; /** @deprecated */ cat1ColorL: string; /** @deprecated */ cat2Color: string; /** @deprecated */ cat2ColorL: string; /** @deprecated */ cat3Color: string; /** @deprecated */ cat3ColorL: string; /** @deprecated */ cat4Color: string; /** @deprecated */ cat4ColorL: string; /** @deprecated */ cat5Color: string; /** @deprecated */ cat5ColorL: string; /** @deprecated */ cat6Color: string; /** @deprecated */ cat6ColorL: string; /** @deprecated */ cat7Color: string; /** @deprecated */ cat7ColorL: string; /** @deprecated */ cat8Color: string; /** @deprecated */ cat8ColorL: string; /** @deprecated */ cat9Color: string; /** @deprecated */ cat9ColorL: string; /** @deprecated */ cat10Color: string; /** @deprecated */ cat10ColorL: string; /** @deprecated */ cat11Color: string; /** @deprecated */ cat11ColorL: string; /** @deprecated */ cat12Color: string; /** @deprecated */ cat12ColorL: string; /** @deprecated */ cat13Color: string; /** @deprecated */ cat13ColorL: string; /** @deprecated */ cat14Color: string; /** @deprecated */ cat14ColorL: string; /** @deprecated */ cat15Color: string; /** @deprecated */ cat15ColorL: string; /** @deprecated */ cat16Color: string; /** @deprecated */ cat16ColorL: string; /** @deprecated */ cat17Color: string; /** @deprecated */ cat17ColorL: string; /** @deprecated */ cat18Color: string; /** @deprecated */ cat18ColorL: string; /** @deprecated */ cat19Color: string; /** @deprecated */ cat19ColorL: string; /** @deprecated */ cat20Color: string; /** @deprecated */ cat20ColorL: string; /** @deprecated */ cat21Color: string; /** @deprecated */ cat21ColorL: string; /** @deprecated */ cat22Color: string; /** @deprecated */ cat22ColorL: string; /** @deprecated */ cat23Color: string; /** @deprecated */ cat23ColorL: string; /** @deprecated */ cat24Color: string; /** @deprecated */ cat24ColorL: string; /** @deprecated */ cat25Color: string; /** @deprecated */ cat25ColorL: string; /** @deprecated */ cat26Color: string; /** @deprecated */ cat26ColorL: string; /** @deprecated */ cat27Color: string; /** @deprecated */ cat27ColorL: string; /** @deprecated */ cat28Color: string; /** @deprecated */ cat28ColorL: string; /** @deprecated */ cat29Color: string; /** @deprecated */ cat29ColorL: string; /** @deprecated */ cat30Color: string; /** @deprecated */ cat30ColorL: string; /** @deprecated */ syntaxBlueLight: string; /** @deprecated */ syntaxGreenLight: string; /** @deprecated */ syntaxPurpleLight: string; /** @deprecated */ syntaxRedLight: string; /** * @deprecated * @category gradient */ draggableBackground: string; /** @deprecated Use `staticA1` */ static1: string; /** @deprecated Use `staticA2` */ static2: string; /** @deprecated Use `staticA3` */ static3: string; /** @deprecated Use `staticA4` */ static4: string; /** @deprecated Use `staticA5` */ static5: string; /** @deprecated Use `staticA6` */ static6: string; /** @deprecated Use `staticA7` */ static7: string; /** @deprecated Use `staticA8` */ static8: string; /** @deprecated Use `staticA9` */ static9: string; /** @deprecated Use `staticA10` */ static10: string; /** @deprecated Use `staticA11` */ static11: string; /** @deprecated Use `staticA12` */ static12: string; /** @deprecated Use `staticA13` */ static13: string; /** @deprecated Use `staticA14` */ static14: string; /** @deprecated Use `staticA15` */ static15: string; /** @deprecated Use `staticA16` */ static16: string; /** @deprecated Use `staticA17` */ static17: string; /** @deprecated Use `staticA18` */ static18: string; /** @deprecated Use `staticA19` */ static19: string; /** @deprecated Use `staticA20` */ static20: string; /** @deprecated Use `categoricalA1Strong` */ categorical1D1: string; /** @deprecated Use `categoricalA2Strong` */ categorical1D2: string; /** @deprecated Use `categoricalA3Strong` */ categorical1D3: string; /** @deprecated Use `categoricalA4Strong` */ categorical1D4: string; /** @deprecated Use `categoricalA5Strong` */ categorical1D5: string; /** @deprecated Use `categoricalA6Strong` */ categorical1D6: string; /** @deprecated Use `categoricalA7Strong` */ categorical1D7: string; /** @deprecated Use `categoricalA1` */ categorical1L1: string; /** @deprecated Use `categoricalA2` */ categorical1L2: string; /** @deprecated Use `categoricalA3` */ categorical1L3: string; /** @deprecated Use `categoricalA4` */ categorical1L4: string; /** @deprecated Use `categoricalA5` */ categorical1L5: string; /** @deprecated Use `categoricalA6` */ categorical1L6: string; /** @deprecated Use `categoricalA7` */ categorical1L7: string; /** @deprecated Use `categoricalB1Strong` */ categorical2D1: string; /** @deprecated Use `categoricalB2Strong` */ categorical2D2: string; /** @deprecated Use `categoricalB3Strong` */ categorical2D3: string; /** @deprecated Use `categoricalB4Strong` */ categorical2D4: string; /** @deprecated Use `categoricalB5Strong` */ categorical2D5: string; /** @deprecated Use `categoricalB6Strong` */ categorical2D6: string; /** @deprecated Use `categoricalB7Strong` */ categorical2D7: string; /** @deprecated Use `categoricalB1` */ categorical2L1: string; /** @deprecated Use `categoricalB2` */ categorical2L2: string; /** @deprecated Use `categoricalB3` */ categorical2L3: string; /** @deprecated Use `categoricalB4` */ categorical2L4: string; /** @deprecated Use `categoricalB5` */ categorical2L5: string; /** @deprecated Use `categoricalB6` */ categorical2L6: string; /** @deprecated Use `categoricalB7` */ categorical2L7: string; /** @deprecated Use `divergentA1Strong` */ divergent1D1: string; /** @deprecated Use `divergentA2Strong` */ divergent1D2: string; /** @deprecated Use `divergentA3Strong` */ divergent1D3: string; /** @deprecated Use `divergentA4Strong` */ divergent1D4: string; /** @deprecated Use `divergentA5Strong` */ divergent1D5: string; /** @deprecated Use `divergentA6Strong` */ divergent1D6: string; /** @deprecated Use `divergentA7Strong` */ divergent1D7: string; /** @deprecated Use `divergentA1` */ divergent1L1: string; /** @deprecated Use `divergentA2` */ divergent1L2: string; /** @deprecated Use `divergentA3` */ divergent1L3: string; /** @deprecated Use `divergentA4` */ divergent1L4: string; /** @deprecated Use `divergentA5` */ divergent1L5: string; /** @deprecated Use `divergentA6` */ divergent1L6: string; /** @deprecated Use `divergentA7` */ divergent1L7: string; /** @deprecated Use `divergentB1Strong` */ divergent2D1: string; /** @deprecated Use `divergentB2Strong` */ divergent2D2: string; /** @deprecated Use `divergentB3Strong` */ divergent2D3: string; /** @deprecated Use `divergentB4Strong` */ divergent2D4: string; /** @deprecated Use `divergentB5Strong` */ divergent2D5: string; /** @deprecated Use `divergentB6Strong` */ divergent2D6: string; /** @deprecated Use `divergentB7Strong` */ divergent2D7: string; /** @deprecated Use `divergentB1` */ divergent2L1: string; /** @deprecated Use `divergentB2` */ divergent2L2: string; /** @deprecated Use `divergentB3` */ divergent2L3: string; /** @deprecated Use `divergentB4` */ divergent2L4: string; /** @deprecated Use `divergentB5` */ divergent2L5: string; /** @deprecated Use `divergentB6` */ divergent2L6: string; /** @deprecated Use `divergentB7` */ divergent2L7: string; /** @deprecated Use `divergentC1Strong` */ divergent3D1: string; /** @deprecated Use `divergentC2Strong` */ divergent3D2: string; /** @deprecated Use `divergentC3Strong` */ divergent3D3: string; /** @deprecated Use `divergentC4Strong` */ divergent3D4: string; /** @deprecated Use `divergentC5Strong` */ divergent3D5: string; /** @deprecated Use `divergentC6Strong` */ divergent3D6: string; /** @deprecated Use `divergentC7Strong` */ divergent3D7: string; /** @deprecated Use `divergentC1` */ divergent3L1: string; /** @deprecated Use `divergentC2` */ divergent3L2: string; /** @deprecated Use `divergentC3` */ divergent3L3: string; /** @deprecated Use `divergentC4` */ divergent3L4: string; /** @deprecated Use `divergentC5` */ divergent3L5: string; /** @deprecated Use `divergentC6` */ divergent3L6: string; /** @deprecated Use `divergentC7` */ divergent3L7: string; /** @deprecated Use `divergentD1Strong` */ divergent4D1: string; /** @deprecated Use `divergentD2Strong` */ divergent4D2: string; /** @deprecated Use `divergentD3Strong` */ divergent4D3: string; /** @deprecated Use `divergentD4Strong` */ divergent4D4: string; /** @deprecated Use `divergentD5Strong` */ divergent4D5: string; /** @deprecated Use `divergentD6Strong` */ divergent4D6: string; /** @deprecated Use `divergentD7Strong` */ divergent4D7: string; /** @deprecated Use `divergentD1` */ divergent4L1: string; /** @deprecated Use `divergentD2` */ divergent4L2: string; /** @deprecated Use `divergentD3` */ divergent4L3: string; /** @deprecated Use `divergentD4` */ divergent4L4: string; /** @deprecated Use `divergentD5` */ divergent4L5: string; /** @deprecated Use `divergentD6` */ divergent4L6: string; /** @deprecated Use `divergentD7` */ divergent4L7: string; /** @deprecated Use `sequentialA1Strong` */ sequential1D1: string; /** @deprecated Use `sequentialA2Strong` */ sequential1D2: string; /** @deprecated Use `sequentialA3Strong` */ sequential1D3: string; /** @deprecated Use `sequentialA4Strong` */ sequential1D4: string; /** @deprecated Use `sequentialA5Strong` */ sequential1D5: string; /** @deprecated Use `sequentialA6Strong` */ sequential1D6: string; /** @deprecated Use `sequentialA7Strong` */ sequential1D7: string; /** @deprecated Use `sequentialA1` */ sequential1L1: string; /** @deprecated Use `sequentialA2` */ sequential1L2: string; /** @deprecated Use `sequentialA3` */ sequential1L3: string; /** @deprecated Use `sequentialA4` */ sequential1L4: string; /** @deprecated Use `sequentialA5` */ sequential1L5: string; /** @deprecated Use `sequentialA6` */ sequential1L6: string; /** @deprecated Use `sequentialA7` */ sequential1L7: string; /** @deprecated Use `sequentialB1Strong` */ sequential2D1: string; /** @deprecated Use `sequentialB2Strong` */ sequential2D2: string; /** @deprecated Use `sequentialB3Strong` */ sequential2D3: string; /** @deprecated Use `sequentialB4Strong` */ sequential2D4: string; /** @deprecated Use `sequentialB5Strong` */ sequential2D5: string; /** @deprecated Use `sequentialB6Strong` */ sequential2D6: string; /** @deprecated Use `sequentialB7Strong` */ sequential2D7: string; /** @deprecated Use `sequentialB1` */ sequential2L1: string; /** @deprecated Use `sequentialB2` */ sequential2L2: string; /** @deprecated Use `sequentialB3` */ sequential2L3: string; /** @deprecated Use `sequentialB4` */ sequential2L4: string; /** @deprecated Use `sequentialB5` */ sequential2L5: string; /** @deprecated Use `sequentialB6` */ sequential2L6: string; /** @deprecated Use `sequentialB7` */ sequential2L7: string; /** @deprecated Use `sequentialC1Strong` */ sequential3D1: string; /** @deprecated Use `sequentialC2Strong` */ sequential3D2: string; /** @deprecated Use `sequentialC3Strong` */ sequential3D3: string; /** @deprecated Use `sequentialC4Strong` */ sequential3D4: string; /** @deprecated Use `sequentialC5Strong` */ sequential3D5: string; /** @deprecated Use `sequentialC6Strong` */ sequential3D6: string; /** @deprecated Use `sequentialC7Strong` */ sequential3D7: string; /** @deprecated Use `sequentialC1` */ sequential3L1: string; /** @deprecated Use `sequentialC2` */ sequential3L2: string; /** @deprecated Use `sequentialC3` */ sequential3L3: string; /** @deprecated Use `sequentialC4` */ sequential3L4: string; /** @deprecated Use `sequentialC5` */ sequential3L5: string; /** @deprecated Use `sequentialC6` */ sequential3L6: string; /** @deprecated Use `sequentialC7` */ sequential3L7: string; /** @deprecated Use `sequentialD1Strong` */ sequential4D1: string; /** @deprecated Use `sequentialD2Strong` */ sequential4D2: string; /** @deprecated Use `sequentialD3Strong` */ sequential4D3: string; /** @deprecated Use `sequentialD4Strong` */ sequential4D4: string; /** @deprecated Use `sequentialD5Strong` */ sequential4D5: string; /** @deprecated Use `sequentialD6Strong` */ sequential4D6: string; /** @deprecated Use `sequentialD7Strong` */ sequential4D7: string; /** @deprecated Use `sequentialD1` */ sequential4L1: string; /** @deprecated Use `sequentialD2` */ sequential4L2: string; /** @deprecated Use `sequentialD3` */ sequential4L3: string; /** @deprecated Use `sequentialD4` */ sequential4L4: string; /** @deprecated Use `sequentialD5` */ sequential4L5: string; /** @deprecated Use `sequentialD6` */ sequential4L6: string; /** @deprecated Use `sequentialD7` */ sequential4L7: string; /** @deprecated Use `sequentialE1Strong` */ sequential5D1: string; /** @deprecated Use `sequentialE2Strong` */ sequential5D2: string; /** @deprecated Use `sequentialE3Strong` */ sequential5D3: string; /** @deprecated Use `sequentialE4Strong` */ sequential5D4: string; /** @deprecated Use `sequentialE5Strong` */ sequential5D5: string; /** @deprecated Use `sequentialE6Strong` */ sequential5D6: string; /** @deprecated Use `sequentialE7Strong` */ sequential5D7: string; /** @deprecated Use `sequentialE1` */ sequential5L1: string; /** @deprecated Use `sequentialE2` */ sequential5L2: string; /** @deprecated Use `sequentialE3` */ sequential5L3: string; /** @deprecated Use `sequentialE4` */ sequential5L4: string; /** @deprecated Use `sequentialE5` */ sequential5L5: string; /** @deprecated Use `sequentialE6` */ sequential5L6: string; /** @deprecated Use `sequentialE7` */ sequential5L7: string; /** @deprecated Use `sequentialF1Strong` */ sequential6D1: string; /** @deprecated Use `sequentialF2Strong` */ sequential6D2: string; /** @deprecated Use `sequentialF3Strong` */ sequential6D3: string; /** @deprecated Use `sequentialF4Strong` */ sequential6D4: string; /** @deprecated Use `sequentialF5Strong` */ sequential6D5: string; /** @deprecated Use `sequentialF6Strong` */ sequential6D6: string; /** @deprecated Use `sequentialF7Strong` */ sequential6D7: string; /** @deprecated Use `sequentialF1` */ sequential6L1: string; /** @deprecated Use `sequentialF2` */ sequential6L2: string; /** @deprecated Use `sequentialF3` */ sequential6L3: string; /** @deprecated Use `sequentialF4` */ sequential6L4: string; /** @deprecated Use `sequentialF5` */ sequential6L5: string; /** @deprecated Use `sequentialF6` */ sequential6L6: string; /** @deprecated Use `sequentialF7` */ sequential6L7: string; /** @deprecated Use `divergentA1Strong` */ highLow1DHigh: string; /** @deprecated Use `divergentA7Strong` */ highLow1DLow: string; /** @deprecated Use `divergentA1` */ highLow1LHigh: string; /** @deprecated Use `divergentA7` */ highLow1LLow: string; /** @deprecated Use `divergentB1Strong` */ highLow2DHigh: string; /** @deprecated Use `divergentB7Strong` */ highLow2DLow: string; /** @deprecated Use `divergentB1` */ highLow2LHigh: string; /** @deprecated Use `divergentB7` */ highLow2LLow: string; /** @deprecated Use `divergentC1Strong` */ highLow3DHigh: string; /** @deprecated Use `divergentC7Strong` */ highLow3DLow: string; /** @deprecated Use `divergentC1` */ highLow3LHigh: string; /** @deprecated Use `divergentC7` */ highLow3LLow: string; /** @deprecated Use `divergentD1Strong` */ highLow4DHigh: string; /** @deprecated Use `divergentD7Strong` */ highLow4DLow: string; /** @deprecated Use `divergentD1` */ highLow4LHigh: string; /** @deprecated Use `divergentD7` */ highLow4LLow: string; }; type Deprecated = typeof deprecated; export type { Deprecated }; declare const _default: { /** @deprecated */ contentColorInfo: string; /** @deprecated */ contentColorWarning: string; /** @deprecated */ contentColorPositive: string; /** @deprecated */ contentColorNegativeStrong: string; /** * @deprecated Use a more specific token based on the semantic use case: [`interactiveColorAccent`](#interactiveColorAccent), [`contentColorAccent`](#contentColorAccent), or [`focusColor`](#focusColor). */ interactiveColorPrimary: string; /** @deprecated Use `notificationColorPositive` */ accentColorPositive: string; /** @deprecated Use `notificationColorCaution` */ accentColorWarning: string; /** @deprecated Use `notificationColorCaution` */ accentColorAlert: string; /** @deprecated Use `notificationColorNegative` */ accentColorNegative: string; /** * @deprecated Use `contentColorDefault` */ textColor: string; /** * @deprecated Use `contentColorMuted` */ textGray: string; /** * @deprecated Use `contentColorLink` */ linkColor: string; /** * @deprecated `Link` hover interaction should use `text-decoration: underline`, color should not change */ linkColorHover: string; /** * @deprecated Use `borderColorWeak` */ borderLightColor: string; /** * @deprecated Use `contentColorDisabled` */ textDisabledColor: string; /** * @deprecated Use `spacingXSmall` * @category dimension * @previewType spacing */ spacingQuarter: string; /** * @deprecated Use `spacingSmall` * @category dimension * @previewType spacing */ spacingHalf: string; /** * @deprecated Use `spacingLarge` * @category dimension * @previewType spacing */ spacing: string; /** * @deprecated Use `backgroundColorPage` */ backgroundColor: string; /** * @category border * @deprecated Set border using CSS and [borderColor](#borderColor). */ border: string; /** * @category border * @deprecated Set border using CSS and [borderColorStrong](#borderColorStrong). */ borderDark: string; /** * @category border * @deprecated Set border using CSS and [borderColorWeak](#borderColorWeak). */ borderLight: string; /** * @deprecated Use `interactiveColorBorderActive` for Data Entry components or `actionColorBorderSecondaryActive` for Buttons. */ borderActiveColor: string; /** * @deprecated Use `interactiveColorOverlayHover` for Data Entry components or `actionColorBackgroundSecondaryHover` for Buttons. */ backgroundColorHover: string; /** * @category shadow * @deprecated Don't use hover shadows - see notes on backgroundColorHover for hover affordances. */ hoverShadow: string; /** * @deprecated Use `notificationColorInfo` or `severityColorInfo` */ statusColorInfo: string; /** * @deprecated Use `notificationColorInfoWeak` */ statusColorInfoWeak: string; /** * @deprecated Use `notificationColorInfoStrong` */ statusColorInfoStrong: string; /** * @deprecated Use `notificationColorPositive` or `severityColorNormal` */ statusColorNormal: string; /** * @deprecated Use `notificationColorPositiveWeak` */ statusColorNormalWeak: string; /** * @deprecated Use `notificationColorPositiveStrong` */ statusColorNormalStrong: string; /** * @deprecated Use `notificationColorCaution` or `severityColorNotice` */ statusColorLow: string; /** * @deprecated Use `notificationColorCautionWeak` */ statusColorLowWeak: string; /** * @deprecated Use `notificationColorCautionStrong` */ statusColorLowStrong: string; /** * @deprecated Use `severityColorWarning` */ statusColorMedium: string; /** @deprecated */ statusColorMediumWeak: string; /** @deprecated */ statusColorMediumStrong: string; /** * @deprecated Use `notificationColorNegative` or `severityColorAlert` */ statusColorHigh: string; /** * @deprecated Use `notificationColorNegativeWeak` */ statusColorHighWeak: string; /** * @deprecated Use `notificationColorNegativeStrong` */ statusColorHighStrong: string; /** * @deprecated Default color for critical alerts or urgent messages. */ statusColorCritical: string; /** * @deprecated Weaker, less prominent critical color, does not pass 3:1 graphical or 4.5:1 text contrast. */ statusColorCriticalWeak: string; /** * @deprecated Brighter, more prominent critical color. */ statusColorCriticalStrong: string; /** @deprecated */ brandColorL50: string; /** @deprecated */ brandColorL40: string; /** @deprecated */ brandColorL30: string; /** @deprecated */ brandColorL20: string; /** @deprecated */ brandColorL10: string; /** @deprecated */ brandColor: string; /** @deprecated */ brandColorD10: string; /** @deprecated */ brandColorD20: string; /** @deprecated */ brandColorD30: string; /** @deprecated */ brandColorD40: string; /** @deprecated */ brandColorD50: string; /** @deprecated */ gray98: string; /** @deprecated */ gray96: string; /** @deprecated */ gray92: string; /** @deprecated */ gray80: string; /** @deprecated */ gray60: string; /** @deprecated */ gray45: string; /** @deprecated */ gray30: string; /** @deprecated */ gray25: string; /** @deprecated */ gray22: string; /** @deprecated */ gray20: string; /** @deprecated */ accentColorL50: string; /** @deprecated */ accentColorL40: string; /** @deprecated */ accentColorL30: string; /** @deprecated */ accentColorL20: string; /** @deprecated */ accentColorL10: string; /** @deprecated */ accentColor: string; /** @deprecated */ accentColorD10: string; /** @deprecated */ accentColorD20: string; /** @deprecated */ accentColorD30: string; /** @deprecated */ accentColorD40: string; /** @deprecated */ accentColorD50: string; /** @deprecated */ errorColorL50: string; /** @deprecated */ errorColorL40: string; /** @deprecated */ errorColorL30: string; /** @deprecated */ errorColorL20: string; /** @deprecated */ errorColorL10: string; /** * @deprecated Use `notificationColorNegative` or `severityColorAlert` */ errorColor: string; /** @deprecated */ errorColorD10: string; /** @deprecated */ errorColorD20: string; /** @deprecated */ errorColorD30: string; /** @deprecated */ errorColorD40: string; /** @deprecated */ errorColorD50: string; /** @deprecated */ alertColorL50: string; /** @deprecated */ alertColorL40: string; /** @deprecated */ alertColorL30: string; /** @deprecated */ alertColorL20: string; /** @deprecated */ alertColorL10: string; /** @deprecated */ alertColor: string; /** @deprecated */ alertColorD10: string; /** @deprecated */ alertColorD20: string; /** @deprecated */ alertColorD30: string; /** @deprecated */ alertColorD40: string; /** @deprecated */ alertColorD50: string; /** @deprecated */ warningColorL50: string; /** @deprecated */ warningColorL40: string; /** @deprecated */ warningColorL30: string; /** @deprecated */ warningColorL20: string; /** @deprecated */ warningColorL10: string; /** * @deprecated Use `notificationColorCaution` or `severityColorNotice` */ warningColor: string; /** @deprecated */ warningColorD10: string; /** @deprecated */ warningColorD20: string; /** @deprecated */ warningColorD30: string; /** @deprecated */ warningColorD40: string; /** @deprecated */ warningColorD50: string; /** @deprecated */ successColorL50: string; /** @deprecated */ successColorL40: string; /** @deprecated */ successColorL30: string; /** @deprecated */ successColorL20: string; /** @deprecated */ successColorL10: string; /** * @deprecated Use `notificationColorPositive` or `severityColorNormal` */ successColor: string; /** @deprecated */ successColorD10: string; /** @deprecated */ successColorD20: string; /** @deprecated */ successColorD30: string; /** @deprecated */ successColorD40: string; /** @deprecated */ successColorD50: string; /** @deprecated */ infoColorL50: string; /** @deprecated */ infoColorL40: string; /** @deprecated */ infoColorL30: string; /** @deprecated */ infoColorL20: string; /** @deprecated */ infoColorL10: string; /** @deprecated */ infoColor: string; /** @deprecated */ infoColorD10: string; /** @deprecated */ infoColorD20: string; /** @deprecated */ infoColorD30: string; /** @deprecated */ infoColorD40: string; /** @deprecated */ infoColorD50: string; /** @deprecated */ diverging1ColorA: string; /** @deprecated */ diverging1ColorB: string; /** @deprecated */ diverging2ColorA: string; /** @deprecated */ diverging2ColorB: string; /** @deprecated */ diverging3ColorA: string; /** @deprecated */ diverging3ColorB: string; /** @deprecated */ diverging4ColorA: string; /** @deprecated */ diverging4ColorB: string; /** @deprecated */ diverging5ColorA: string; /** @deprecated */ diverging5ColorB: string; /** @deprecated */ cat1Color: string; /** @deprecated */ cat1ColorL: string; /** @deprecated */ cat2Color: string; /** @deprecated */ cat2ColorL: string; /** @deprecated */ cat3Color: string; /** @deprecated */ cat3ColorL: string; /** @deprecated */ cat4Color: string; /** @deprecated */ cat4ColorL: string; /** @deprecated */ cat5Color: string; /** @deprecated */ cat5ColorL: string; /** @deprecated */ cat6Color: string; /** @deprecated */ cat6ColorL: string; /** @deprecated */ cat7Color: string; /** @deprecated */ cat7ColorL: string; /** @deprecated */ cat8Color: string; /** @deprecated */ cat8ColorL: string; /** @deprecated */ cat9Color: string; /** @deprecated */ cat9ColorL: string; /** @deprecated */ cat10Color: string; /** @deprecated */ cat10ColorL: string; /** @deprecated */ cat11Color: string; /** @deprecated */ cat11ColorL: string; /** @deprecated */ cat12Color: string; /** @deprecated */ cat12ColorL: string; /** @deprecated */ cat13Color: string; /** @deprecated */ cat13ColorL: string; /** @deprecated */ cat14Color: string; /** @deprecated */ cat14ColorL: string; /** @deprecated */ cat15Color: string; /** @deprecated */ cat15ColorL: string; /** @deprecated */ cat16Color: string; /** @deprecated */ cat16ColorL: string; /** @deprecated */ cat17Color: string; /** @deprecated */ cat17ColorL: string; /** @deprecated */ cat18Color: string; /** @deprecated */ cat18ColorL: string; /** @deprecated */ cat19Color: string; /** @deprecated */ cat19ColorL: string; /** @deprecated */ cat20Color: string; /** @deprecated */ cat20ColorL: string; /** @deprecated */ cat21Color: string; /** @deprecated */ cat21ColorL: string; /** @deprecated */ cat22Color: string; /** @deprecated */ cat22ColorL: string; /** @deprecated */ cat23Color: string; /** @deprecated */ cat23ColorL: string; /** @deprecated */ cat24Color: string; /** @deprecated */ cat24ColorL: string; /** @deprecated */ cat25Color: string; /** @deprecated */ cat25ColorL: string; /** @deprecated */ cat26Color: string; /** @deprecated */ cat26ColorL: string; /** @deprecated */ cat27Color: string; /** @deprecated */ cat27ColorL: string; /** @deprecated */ cat28Color: string; /** @deprecated */ cat28ColorL: string; /** @deprecated */ cat29Color: string; /** @deprecated */ cat29ColorL: string; /** @deprecated */ cat30Color: string; /** @deprecated */ cat30ColorL: string; /** @deprecated */ syntaxBlueLight: string; /** @deprecated */ syntaxGreenLight: string; /** @deprecated */ syntaxPurpleLight: string; /** @deprecated */ syntaxRedLight: string; /** * @deprecated * @category gradient */ draggableBackground: string; /** @deprecated Use `staticA1` */ static1: string; /** @deprecated Use `staticA2` */ static2: string; /** @deprecated Use `staticA3` */ static3: string; /** @deprecated Use `staticA4` */ static4: string; /** @deprecated Use `staticA5` */ static5: string; /** @deprecated Use `staticA6` */ static6: string; /** @deprecated Use `staticA7` */ static7: string; /** @deprecated Use `staticA8` */ static8: string; /** @deprecated Use `staticA9` */ static9: string; /** @deprecated Use `staticA10` */ static10: string; /** @deprecated Use `staticA11` */ static11: string; /** @deprecated Use `staticA12` */ static12: string; /** @deprecated Use `staticA13` */ static13: string; /** @deprecated Use `staticA14` */ static14: string; /** @deprecated Use `staticA15` */ static15: string; /** @deprecated Use `staticA16` */ static16: string; /** @deprecated Use `staticA17` */ static17: string; /** @deprecated Use `staticA18` */ static18: string; /** @deprecated Use `staticA19` */ static19: string; /** @deprecated Use `staticA20` */ static20: string; /** @deprecated Use `categoricalA1Strong` */ categorical1D1: string; /** @deprecated Use `categoricalA2Strong` */ categorical1D2: string; /** @deprecated Use `categoricalA3Strong` */ categorical1D3: string; /** @deprecated Use `categoricalA4Strong` */ categorical1D4: string; /** @deprecated Use `categoricalA5Strong` */ categorical1D5: string; /** @deprecated Use `categoricalA6Strong` */ categorical1D6: string; /** @deprecated Use `categoricalA7Strong` */ categorical1D7: string; /** @deprecated Use `categoricalA1` */ categorical1L1: string; /** @deprecated Use `categoricalA2` */ categorical1L2: string; /** @deprecated Use `categoricalA3` */ categorical1L3: string; /** @deprecated Use `categoricalA4` */ categorical1L4: string; /** @deprecated Use `categoricalA5` */ categorical1L5: string; /** @deprecated Use `categoricalA6` */ categorical1L6: string; /** @deprecated Use `categoricalA7` */ categorical1L7: string; /** @deprecated Use `categoricalB1Strong` */ categorical2D1: string; /** @deprecated Use `categoricalB2Strong` */ categorical2D2: string; /** @deprecated Use `categoricalB3Strong` */ categorical2D3: string; /** @deprecated Use `categoricalB4Strong` */ categorical2D4: string; /** @deprecated Use `categoricalB5Strong` */ categorical2D5: string; /** @deprecated Use `categoricalB6Strong` */ categorical2D6: string; /** @deprecated Use `categoricalB7Strong` */ categorical2D7: string; /** @deprecated Use `categoricalB1` */ categorical2L1: string; /** @deprecated Use `categoricalB2` */ categorical2L2: string; /** @deprecated Use `categoricalB3` */ categorical2L3: string; /** @deprecated Use `categoricalB4` */ categorical2L4: string; /** @deprecated Use `categoricalB5` */ categorical2L5: string; /** @deprecated Use `categoricalB6` */ categorical2L6: string; /** @deprecated Use `categoricalB7` */ categorical2L7: string; /** @deprecated Use `divergentA1Strong` */ divergent1D1: string; /** @deprecated Use `divergentA2Strong` */ divergent1D2: string; /** @deprecated Use `divergentA3Strong` */ divergent1D3: string; /** @deprecated Use `divergentA4Strong` */ divergent1D4: string; /** @deprecated Use `divergentA5Strong` */ divergent1D5: string; /** @deprecated Use `divergentA6Strong` */ divergent1D6: string; /** @deprecated Use `divergentA7Strong` */ divergent1D7: string; /** @deprecated Use `divergentA1` */ divergent1L1: string; /** @deprecated Use `divergentA2` */ divergent1L2: string; /** @deprecated Use `divergentA3` */ divergent1L3: string; /** @deprecated Use `divergentA4` */ divergent1L4: string; /** @deprecated Use `divergentA5` */ divergent1L5: string; /** @deprecated Use `divergentA6` */ divergent1L6: string; /** @deprecated Use `divergentA7` */ divergent1L7: string; /** @deprecated Use `divergentB1Strong` */ divergent2D1: string; /** @deprecated Use `divergentB2Strong` */ divergent2D2: string; /** @deprecated Use `divergentB3Strong` */ divergent2D3: string; /** @deprecated Use `divergentB4Strong` */ divergent2D4: string; /** @deprecated Use `divergentB5Strong` */ divergent2D5: string; /** @deprecated Use `divergentB6Strong` */ divergent2D6: string; /** @deprecated Use `divergentB7Strong` */ divergent2D7: string; /** @deprecated Use `divergentB1` */ divergent2L1: string; /** @deprecated Use `divergentB2` */ divergent2L2: string; /** @deprecated Use `divergentB3` */ divergent2L3: string; /** @deprecated Use `divergentB4` */ divergent2L4: string; /** @deprecated Use `divergentB5` */ divergent2L5: string; /** @deprecated Use `divergentB6` */ divergent2L6: string; /** @deprecated Use `divergentB7` */ divergent2L7: string; /** @deprecated Use `divergentC1Strong` */ divergent3D1: string; /** @deprecated Use `divergentC2Strong` */ divergent3D2: string; /** @deprecated Use `divergentC3Strong` */ divergent3D3: string; /** @deprecated Use `divergentC4Strong` */ divergent3D4: string; /** @deprecated Use `divergentC5Strong` */ divergent3D5: string; /** @deprecated Use `divergentC6Strong` */ divergent3D6: string; /** @deprecated Use `divergentC7Strong` */ divergent3D7: string; /** @deprecated Use `divergentC1` */ divergent3L1: string; /** @deprecated Use `divergentC2` */ divergent3L2: string; /** @deprecated Use `divergentC3` */ divergent3L3: string; /** @deprecated Use `divergentC4` */ divergent3L4: string; /** @deprecated Use `divergentC5` */ divergent3L5: string; /** @deprecated Use `divergentC6` */ divergent3L6: string; /** @deprecated Use `divergentC7` */ divergent3L7: string; /** @deprecated Use `divergentD1Strong` */ divergent4D1: string; /** @deprecated Use `divergentD2Strong` */ divergent4D2: string; /** @deprecated Use `divergentD3Strong` */ divergent4D3: string; /** @deprecated Use `divergentD4Strong` */ divergent4D4: string; /** @deprecated Use `divergentD5Strong` */ divergent4D5: string; /** @deprecated Use `divergentD6Strong` */ divergent4D6: string; /** @deprecated Use `divergentD7Strong` */ divergent4D7: string; /** @deprecated Use `divergentD1` */ divergent4L1: string; /** @deprecated Use `divergentD2` */ divergent4L2: string; /** @deprecated Use `divergentD3` */ divergent4L3: string; /** @deprecated Use `divergentD4` */ divergent4L4: string; /** @deprecated Use `divergentD5` */ divergent4L5: string; /** @deprecated Use `divergentD6` */ divergent4L6: string; /** @deprecated Use `divergentD7` */ divergent4L7: string; /** @deprecated Use `sequentialA1Strong` */ sequential1D1: string; /** @deprecated Use `sequentialA2Strong` */ sequential1D2: string; /** @deprecated Use `sequentialA3Strong` */ sequential1D3: string; /** @deprecated Use `sequentialA4Strong` */ sequential1D4: string; /** @deprecated Use `sequentialA5Strong` */ sequential1D5: string; /** @deprecated Use `sequentialA6Strong` */ sequential1D6: string; /** @deprecated Use `sequentialA7Strong` */ sequential1D7: string; /** @deprecated Use `sequentialA1` */ sequential1L1: string; /** @deprecated Use `sequentialA2` */ sequential1L2: string; /** @deprecated Use `sequentialA3` */ sequential1L3: string; /** @deprecated Use `sequentialA4` */ sequential1L4: string; /** @deprecated Use `sequentialA5` */ sequential1L5: string; /** @deprecated Use `sequentialA6` */ sequential1L6: string; /** @deprecated Use `sequentialA7` */ sequential1L7: string; /** @deprecated Use `sequentialB1Strong` */ sequential2D1: string; /** @deprecated Use `sequentialB2Strong` */ sequential2D2: string; /** @deprecated Use `sequentialB3Strong` */ sequential2D3: string; /** @deprecated Use `sequentialB4Strong` */ sequential2D4: string; /** @deprecated Use `sequentialB5Strong` */ sequential2D5: string; /** @deprecated Use `sequentialB6Strong` */ sequential2D6: string; /** @deprecated Use `sequentialB7Strong` */ sequential2D7: string; /** @deprecated Use `sequentialB1` */ sequential2L1: string; /** @deprecated Use `sequentialB2` */ sequential2L2: string; /** @deprecated Use `sequentialB3` */ sequential2L3: string; /** @deprecated Use `sequentialB4` */ sequential2L4: string; /** @deprecated Use `sequentialB5` */ sequential2L5: string; /** @deprecated Use `sequentialB6` */ sequential2L6: string; /** @deprecated Use `sequentialB7` */ sequential2L7: string; /** @deprecated Use `sequentialC1Strong` */ sequential3D1: string; /** @deprecated Use `sequentialC2Strong` */ sequential3D2: string; /** @deprecated Use `sequentialC3Strong` */ sequential3D3: string; /** @deprecated Use `sequentialC4Strong` */ sequential3D4: string; /** @deprecated Use `sequentialC5Strong` */ sequential3D5: string; /** @deprecated Use `sequentialC6Strong` */ sequential3D6: string; /** @deprecated Use `sequentialC7Strong` */ sequential3D7: string; /** @deprecated Use `sequentialC1` */ sequential3L1: string; /** @deprecated Use `sequentialC2` */ sequential3L2: string; /** @deprecated Use `sequentialC3` */ sequential3L3: string; /** @deprecated Use `sequentialC4` */ sequential3L4: string; /** @deprecated Use `sequentialC5` */ sequential3L5: string; /** @deprecated Use `sequentialC6` */ sequential3L6: string; /** @deprecated Use `sequentialC7` */ sequential3L7: string; /** @deprecated Use `sequentialD1Strong` */ sequential4D1: string; /** @deprecated Use `sequentialD2Strong` */ sequential4D2: string; /** @deprecated Use `sequentialD3Strong` */ sequential4D3: string; /** @deprecated Use `sequentialD4Strong` */ sequential4D4: string; /** @deprecated Use `sequentialD5Strong` */ sequential4D5: string; /** @deprecated Use `sequentialD6Strong` */ sequential4D6: string; /** @deprecated Use `sequentialD7Strong` */ sequential4D7: string; /** @deprecated Use `sequentialD1` */ sequential4L1: string; /** @deprecated Use `sequentialD2` */ sequential4L2: string; /** @deprecated Use `sequentialD3` */ sequential4L3: string; /** @deprecated Use `sequentialD4` */ sequential4L4: string; /** @deprecated Use `sequentialD5` */ sequential4L5: string; /** @deprecated Use `sequentialD6` */ sequential4L6: string; /** @deprecated Use `sequentialD7` */ sequential4L7: string; /** @deprecated Use `sequentialE1Strong` */ sequential5D1: string; /** @deprecated Use `sequentialE2Strong` */ sequential5D2: string; /** @deprecated Use `sequentialE3Strong` */ sequential5D3: string; /** @deprecated Use `sequentialE4Strong` */ sequential5D4: string; /** @deprecated Use `sequentialE5Strong` */ sequential5D5: string; /** @deprecated Use `sequentialE6Strong` */ sequential5D6: string; /** @deprecated Use `sequentialE7Strong` */ sequential5D7: string; /** @deprecated Use `sequentialE1` */ sequential5L1: string; /** @deprecated Use `sequentialE2` */ sequential5L2: string; /** @deprecated Use `sequentialE3` */ sequential5L3: string; /** @deprecated Use `sequentialE4` */ sequential5L4: string; /** @deprecated Use `sequentialE5` */ sequential5L5: string; /** @deprecated Use `sequentialE6` */ sequential5L6: string; /** @deprecated Use `sequentialE7` */ sequential5L7: string; /** @deprecated Use `sequentialF1Strong` */ sequential6D1: string; /** @deprecated Use `sequentialF2Strong` */ sequential6D2: string; /** @deprecated Use `sequentialF3Strong` */ sequential6D3: string; /** @deprecated Use `sequentialF4Strong` */ sequential6D4: string; /** @deprecated Use `sequentialF5Strong` */ sequential6D5: string; /** @deprecated Use `sequentialF6Strong` */ sequential6D6: string; /** @deprecated Use `sequentialF7Strong` */ sequential6D7: string; /** @deprecated Use `sequentialF1` */ sequential6L1: string; /** @deprecated Use `sequentialF2` */ sequential6L2: string; /** @deprecated Use `sequentialF3` */ sequential6L3: string; /** @deprecated Use `sequentialF4` */ sequential6L4: string; /** @deprecated Use `sequentialF5` */ sequential6L5: string; /** @deprecated Use `sequentialF6` */ sequential6L6: string; /** @deprecated Use `sequentialF7` */ sequential6L7: string; /** @deprecated Use `divergentA1Strong` */ highLow1DHigh: string; /** @deprecated Use `divergentA7Strong` */ highLow1DLow: string; /** @deprecated Use `divergentA1` */ highLow1LHigh: string; /** @deprecated Use `divergentA7` */ highLow1LLow: string; /** @deprecated Use `divergentB1Strong` */ highLow2DHigh: string; /** @deprecated Use `divergentB7Strong` */ highLow2DLow: string; /** @deprecated Use `divergentB1` */ highLow2LHigh: string; /** @deprecated Use `divergentB7` */ highLow2LLow: string; /** @deprecated Use `divergentC1Strong` */ highLow3DHigh: string; /** @deprecated Use `divergentC7Strong` */ highLow3DLow: string; /** @deprecated Use `divergentC1` */ highLow3LHigh: string; /** @deprecated Use `divergentC7` */ highLow3LLow: string; /** @deprecated Use `divergentD1Strong` */ highLow4DHigh: string; /** @deprecated Use `divergentD7Strong` */ highLow4DLow: string; /** @deprecated Use `divergentD1` */ highLow4LHigh: string; /** @deprecated Use `divergentD7` */ highLow4LLow: string; }; export default _default;