@synergy-design-system/tokens
Version:
Design tokens for Synergy, the SICK Design System
1,300 lines (1,040 loc) • 27.9 kB
TypeScript
/**
* @synergy-design-system/tokens version 2.20.0
* SICK Global UX Foundation
*/
/**
* Maps to the css variable `--syn-font-size-x-small`
*/
export const SynFontSizeXSmall: string;
/**
* Maps to the css variable `--syn-font-size-small`
*/
export const SynFontSizeSmall: string;
/**
* Maps to the css variable `--syn-font-size-medium`
*/
export const SynFontSizeMedium: string;
/**
* Maps to the css variable `--syn-font-size-large`
*/
export const SynFontSizeLarge: string;
/**
* Maps to the css variable `--syn-font-size-x-large`
*/
export const SynFontSizeXLarge: string;
/**
* Maps to the css variable `--syn-font-size-2x-large`
*/
export const SynFontSize2xLarge: string;
/**
* Maps to the css variable `--syn-font-size-3x-large`
*/
export const SynFontSize3xLarge: string;
/**
* Maps to the css variable `--syn-duration-extra-fast`
*/
export const SynDurationExtraFast: string;
/**
* Maps to the css variable `--syn-duration-fast`
*/
export const SynDurationFast: string;
/**
* Maps to the css variable `--syn-duration-normal`
*/
export const SynDurationNormal: string;
/**
* Maps to the css variable `--syn-duration-slow`
*/
export const SynDurationSlow: string;
/**
* Maps to the css variable `--syn-duration-extra-slow`
*/
export const SynDurationExtraSlow: string;
/**
* Maps to the css variable `--syn-line-height-denser`
*/
export const SynLineHeightDenser: string;
/**
* Maps to the css variable `--syn-line-height-dense`
*/
export const SynLineHeightDense: string;
/**
* Maps to the css variable `--syn-line-height-normal`
*/
export const SynLineHeightNormal: string;
/**
* Maps to the css variable `--syn-line-height-loose`
*/
export const SynLineHeightLoose: string;
/**
* Maps to the css variable `--syn-line-height-looser`
*/
export const SynLineHeightLooser: string;
/**
* Maps to the css variable `--syn-font-weight-normal`
*/
export const SynFontWeightNormal: string;
/**
* Maps to the css variable `--syn-font-weight-semibold`
*/
export const SynFontWeightSemibold: string;
/**
* Maps to the css variable `--syn-font-weight-bold`
*/
export const SynFontWeightBold: string;
/**
* Maps to the css variable `--syn-shadow-medium`
*/
export const SynShadowMedium: string;
/**
* Maps to the css variable `--syn-shadow-large`
*/
export const SynShadowLarge: string;
/**
* Maps to the css variable `--syn-shadow-x-large`
*/
export const SynShadowXLarge: string;
/**
* Maps to the css variable `--syn-shadow-overflow-down`
*/
export const SynShadowOverflowDown: string;
/**
* Maps to the css variable `--syn-shadow-overflow-up`
*/
export const SynShadowOverflowUp: string;
/**
* Maps to the css variable `--syn-shadow-overflow-left`
*/
export const SynShadowOverflowLeft: string;
/**
* Maps to the css variable `--syn-shadow-overflow-right`
*/
export const SynShadowOverflowRight: string;
/**
* Maps to the css variable `--syn-font-sans`
*/
export const SynFontSans: string;
/**
* Maps to the css variable `--syn-font-mono`
*/
export const SynFontMono: string;
/**
* Maps to the css variable `--syn-spacing-4x-small`
*/
export const SynSpacing4xSmall: string;
/**
* Maps to the css variable `--syn-spacing-3x-small`
*/
export const SynSpacing3xSmall: string;
/**
* Maps to the css variable `--syn-spacing-2x-small`
*/
export const SynSpacing2xSmall: string;
/**
* Maps to the css variable `--syn-spacing-x-small`
*/
export const SynSpacingXSmall: string;
/**
* Maps to the css variable `--syn-spacing-small`
*/
export const SynSpacingSmall: string;
/**
* Maps to the css variable `--syn-spacing-medium`
*/
export const SynSpacingMedium: string;
/**
* Maps to the css variable `--syn-spacing-medium-large`
*/
export const SynSpacingMediumLarge: string;
/**
* Maps to the css variable `--syn-spacing-large`
*/
export const SynSpacingLarge: string;
/**
* Maps to the css variable `--syn-spacing-x-large`
*/
export const SynSpacingXLarge: string;
/**
* Maps to the css variable `--syn-spacing-2x-large`
*/
export const SynSpacing2xLarge: string;
/**
* Maps to the css variable `--syn-spacing-3x-large`
*/
export const SynSpacing3xLarge: string;
/**
* Maps to the css variable `--syn-spacing-4x-large`
*/
export const SynSpacing4xLarge: string;
/**
* Maps to the css variable `--syn-spacing-5x-large`
*/
export const SynSpacing5xLarge: string;
/**
* Maps to the css variable `--syn-border-radius-none`
*/
export const SynBorderRadiusNone: string;
/**
* Maps to the css variable `--syn-border-radius-pill`
*/
export const SynBorderRadiusPill: string;
/**
* Maps to the css variable `--syn-border-radius-circle`
*/
export const SynBorderRadiusCircle: string;
/**
* Maps to the css variable `--syn-border-radius-small`
*/
export const SynBorderRadiusSmall: string;
/**
* Maps to the css variable `--syn-border-radius-medium`
*/
export const SynBorderRadiusMedium: string;
/**
* Maps to the css variable `--syn-dimension-base`
*/
export const SynDimensionBase: string;
/**
* Maps to the css variable `--syn-border-width-none`
*/
export const SynBorderWidthNone: string;
/**
* Maps to the css variable `--syn-border-width-small`
*/
export const SynBorderWidthSmall: string;
/**
* Maps to the css variable `--syn-border-width-medium`
*/
export const SynBorderWidthMedium: string;
/**
* Maps to the css variable `--syn-border-width-large`
*/
export const SynBorderWidthLarge: string;
/**
* Maps to the css variable `--syn-border-width-x-large`
*/
export const SynBorderWidthXLarge: string;
/**
* Maps to the css variable `--syn-font-sans-fallback`
*/
export const SynFontSansFallback: string;
/**
* Maps to the css variable `--syn-opacity-50`
*/
export const SynOpacity50: string;
/**
* Maps to the css variable `--syn-text-decoration-default`
*/
export const SynTextDecorationDefault: string;
/**
* Maps to the css variable `--syn-text-decoration-underline`
*/
export const SynTextDecorationUnderline: string;
/**
* Maps to the css variable `--syn-button-font-size-small`
*/
export const SynButtonFontSizeSmall: string;
/**
* Maps to the css variable `--syn-button-font-size-medium`
*/
export const SynButtonFontSizeMedium: string;
/**
* Maps to the css variable `--syn-button-font-size-large`
*/
export const SynButtonFontSizeLarge: string;
/**
* Maps to the css variable `--syn-focus-ring-color`
*/
export const SynFocusRingColor: string;
/**
* Maps to the css variable `--syn-focus-ring-width`
*/
export const SynFocusRingWidth: string;
/**
* Maps to the css variable `--syn-focus-ring-offset`
*/
export const SynFocusRingOffset: string;
/**
* Maps to the css variable `--syn-input-color`
*/
export const SynInputColor: string;
/**
* Maps to the css variable `--syn-input-color-hover`
*/
export const SynInputColorHover: string;
/**
* Maps to the css variable `--syn-input-color-focus`
*/
export const SynInputColorFocus: string;
/**
* Maps to the css variable `--syn-input-color-disabled`
*/
export const SynInputColorDisabled: string;
/**
* Maps to the css variable `--syn-input-background-color`
*/
export const SynInputBackgroundColor: string;
/**
* Maps to the css variable `--syn-input-background-color-hover`
*/
export const SynInputBackgroundColorHover: string;
/**
* Maps to the css variable `--syn-input-background-color-focus`
*/
export const SynInputBackgroundColorFocus: string;
/**
* Maps to the css variable `--syn-input-background-color-disabled`
*/
export const SynInputBackgroundColorDisabled: string;
/**
* Maps to the css variable `--syn-input-border-color`
*/
export const SynInputBorderColor: string;
/**
* Maps to the css variable `--syn-input-border-color-hover`
*/
export const SynInputBorderColorHover: string;
/**
* Maps to the css variable `--syn-input-border-color-focus`
*/
export const SynInputBorderColorFocus: string;
/**
* Maps to the css variable `--syn-input-border-color-disables`
*/
export const SynInputBorderColorDisables: string;
/**
* Maps to the css variable `--syn-input-border-radius-small`
*/
export const SynInputBorderRadiusSmall: string;
/**
* Maps to the css variable `--syn-input-border-radius-medium`
*/
export const SynInputBorderRadiusMedium: string;
/**
* Maps to the css variable `--syn-input-border-radius-large`
*/
export const SynInputBorderRadiusLarge: string;
/**
* Maps to the css variable `--syn-input-border-color-focus-error`
*/
export const SynInputBorderColorFocusError: string;
/**
* Maps to the css variable `--syn-input-width`
*/
export const SynInputWidth: string;
/**
* Maps to the css variable `--syn-input-icon-color`
*/
export const SynInputIconColor: string;
/**
* Maps to the css variable `--syn-input-icon-color-hover`
*/
export const SynInputIconColorHover: string;
/**
* Maps to the css variable `--syn-input-icon-color-focus`
*/
export const SynInputIconColorFocus: string;
/**
* Maps to the css variable `--syn-input-icon-icon-clearable-color`
*/
export const SynInputIconIconClearableColor: string;
/**
* Maps to the css variable `--syn-input-icon-icon-clearable-color-hover`
*/
export const SynInputIconIconClearableColorHover: string;
/**
* Maps to the css variable `--syn-input-icon-icon-clearable-color-focus`
*/
export const SynInputIconIconClearableColorFocus: string;
/**
* Maps to the css variable `--syn-input-placeholder-color`
*/
export const SynInputPlaceholderColor: string;
/**
* Maps to the css variable `--syn-input-placeholder-color-disabled`
*/
export const SynInputPlaceholderColorDisabled: string;
/**
* Maps to the css variable `--syn-input-required-content`
*/
export const SynInputRequiredContent: string;
/**
* Maps to the css variable `--syn-input-required-content-color`
*/
export const SynInputRequiredContentColor: string;
/**
* Maps to the css variable `--syn-input-required-content-offset`
*/
export const SynInputRequiredContentOffset: string;
/**
* Maps to the css variable `--syn-input-label-color`
*/
export const SynInputLabelColor: string;
/**
* Maps to the css variable `--syn-input-label-font-size-small`
*/
export const SynInputLabelFontSizeSmall: string;
/**
* Maps to the css variable `--syn-input-label-font-size-medium`
*/
export const SynInputLabelFontSizeMedium: string;
/**
* Maps to the css variable `--syn-input-label-font-size-large`
*/
export const SynInputLabelFontSizeLarge: string;
/**
* Maps to the css variable `--syn-input-spacing-small`
*/
export const SynInputSpacingSmall: string;
/**
* Maps to the css variable `--syn-input-spacing-medium`
*/
export const SynInputSpacingMedium: string;
/**
* Maps to the css variable `--syn-input-spacing-large`
*/
export const SynInputSpacingLarge: string;
/**
* Maps to the css variable `--syn-input-focus-ring-color`
*/
export const SynInputFocusRingColor: string;
/**
* Maps to the css variable `--syn-input-focus-ring-offset`
*/
export const SynInputFocusRingOffset: string;
/**
* Maps to the css variable `--syn-input-focus-ring-error`
*/
export const SynInputFocusRingError: string;
/**
* Maps to the css variable `--syn-input-disabled-opacity`
*/
export const SynInputDisabledOpacity: string;
/**
* Maps to the css variable `--syn-input-readonly-background-color`
*/
export const SynInputReadonlyBackgroundColor: string;
/**
* Maps to the css variable `--syn-input-readonly-background-color-hover`
*/
export const SynInputReadonlyBackgroundColorHover: string;
/**
* Maps to the css variable `--syn-input-readonly-background-color-focus`
*/
export const SynInputReadonlyBackgroundColorFocus: string;
/**
* Maps to the css variable `--syn-input-readonly-background-color-disabled`
*/
export const SynInputReadonlyBackgroundColorDisabled: string;
/**
* Maps to the css variable `--syn-input-help-text-color`
*/
export const SynInputHelpTextColor: string;
/**
* Maps to the css variable `--syn-input-help-text-color-error`
*/
export const SynInputHelpTextColorError: string;
/**
* Maps to the css variable `--syn-input-help-text-font-size-small`
*/
export const SynInputHelpTextFontSizeSmall: string;
/**
* Maps to the css variable `--syn-input-help-text-font-size-medium`
*/
export const SynInputHelpTextFontSizeMedium: string;
/**
* Maps to the css variable `--syn-input-help-text-font-size-large`
*/
export const SynInputHelpTextFontSizeLarge: string;
/**
* Maps to the css variable `--syn-input-height-small`
*/
export const SynInputHeightSmall: string;
/**
* Maps to the css variable `--syn-input-height-medium`
*/
export const SynInputHeightMedium: string;
/**
* Maps to the css variable `--syn-input-height-large`
*/
export const SynInputHeightLarge: string;
/**
* Maps to the css variable `--syn-input-readonly-color`
*/
export const SynInputReadonlyColor: string;
/**
* Maps to the css variable `--syn-input-readonly-color-disabled`
*/
export const SynInputReadonlyColorDisabled: string;
/**
* Maps to the css variable `--syn-input-readonly-color-hover`
*/
export const SynInputReadonlyColorHover: string;
/**
* Maps to the css variable `--syn-input-readonly-color-focus`
*/
export const SynInputReadonlyColorFocus: string;
/**
* Maps to the css variable `--syn-input-font-size-small`
*/
export const SynInputFontSizeSmall: string;
/**
* Maps to the css variable `--syn-input-font-size-medium`
*/
export const SynInputFontSizeMedium: string;
/**
* Maps to the css variable `--syn-input-font-size-large`
*/
export const SynInputFontSizeLarge: string;
/**
* Maps to the css variable `--syn-link-color`
*/
export const SynLinkColor: string;
/**
* Maps to the css variable `--syn-link-color-hover`
*/
export const SynLinkColorHover: string;
/**
* Maps to the css variable `--syn-link-color-active`
*/
export const SynLinkColorActive: string;
/**
* Maps to the css variable `--syn-link-quiet-color`
*/
export const SynLinkQuietColor: string;
/**
* Maps to the css variable `--syn-link-quiet-color-hover`
*/
export const SynLinkQuietColorHover: string;
/**
* Maps to the css variable `--syn-link-quiet-color-active`
*/
export const SynLinkQuietColorActive: string;
/**
* Maps to the css variable `--syn-overlay-background-color`
*/
export const SynOverlayBackgroundColor: string;
/**
* Maps to the css variable `--syn-panel-background-color`
*/
export const SynPanelBackgroundColor: string;
/**
* Maps to the css variable `--syn-panel-border-color`
*/
export const SynPanelBorderColor: string;
/**
* Maps to the css variable `--syn-panel-border-width`
*/
export const SynPanelBorderWidth: string;
/**
* Maps to the css variable `--syn-toggle-size-small`
*/
export const SynToggleSizeSmall: string;
/**
* Maps to the css variable `--syn-toggle-size-medium`
*/
export const SynToggleSizeMedium: string;
/**
* Maps to the css variable `--syn-toggle-size-large`
*/
export const SynToggleSizeLarge: string;
/**
* Maps to the css variable `--syn-tooltip-border-radius`
*/
export const SynTooltipBorderRadius: string;
/**
* Maps to the css variable `--syn-tooltip-background-color`
*/
export const SynTooltipBackgroundColor: string;
/**
* Maps to the css variable `--syn-tooltip-color`
*/
export const SynTooltipColor: string;
/**
* Maps to the css variable `--syn-tooltip-font-family`
*/
export const SynTooltipFontFamily: string;
/**
* Maps to the css variable `--syn-tooltip-font-weight`
*/
export const SynTooltipFontWeight: string;
/**
* Maps to the css variable `--syn-tooltip-font-size`
*/
export const SynTooltipFontSize: string;
/**
* Maps to the css variable `--syn-tooltip-line-height`
*/
export const SynTooltipLineHeight: string;
/**
* Maps to the css variable `--syn-tooltip-padding`
*/
export const SynTooltipPadding: string;
/**
* Maps to the css variable `--syn-tooltip-arrow-size`
*/
export const SynTooltipArrowSize: string;
/**
* Maps to the css variable `--syn-body-x-small-regular`
*/
export const SynBodyXSmallRegular: string;
/**
* Maps to the css variable `--syn-body-x-small-semibold`
*/
export const SynBodyXSmallSemibold: string;
/**
* Maps to the css variable `--syn-body-x-small-bold`
*/
export const SynBodyXSmallBold: string;
/**
* Maps to the css variable `--syn-body-small-regular`
*/
export const SynBodySmallRegular: string;
/**
* Maps to the css variable `--syn-body-small-semibold`
*/
export const SynBodySmallSemibold: string;
/**
* Maps to the css variable `--syn-body-small-bold`
*/
export const SynBodySmallBold: string;
/**
* Maps to the css variable `--syn-body-medium-regular`
*/
export const SynBodyMediumRegular: string;
/**
* Maps to the css variable `--syn-body-medium-semibold`
*/
export const SynBodyMediumSemibold: string;
/**
* Maps to the css variable `--syn-body-medium-bold`
*/
export const SynBodyMediumBold: string;
/**
* Maps to the css variable `--syn-body-large-regular`
*/
export const SynBodyLargeRegular: string;
/**
* Maps to the css variable `--syn-body-large-semibold`
*/
export const SynBodyLargeSemibold: string;
/**
* Maps to the css variable `--syn-body-large-bold`
*/
export const SynBodyLargeBold: string;
/**
* Maps to the css variable `--syn-heading-large`
*/
export const SynHeadingLarge: string;
/**
* Maps to the css variable `--syn-heading-x-large`
*/
export const SynHeadingXLarge: string;
/**
* Maps to the css variable `--syn-heading-2x-large`
*/
export const SynHeading2xLarge: string;
/**
* Maps to the css variable `--syn-heading-3x-large`
*/
export const SynHeading3xLarge: string;
/**
* Maps to the css variable `--syn-typography-color-text`
*/
export const SynTypographyColorText: string;
/**
* Maps to the css variable `--syn-typography-color-text-inverted`
*/
export const SynTypographyColorTextInverted: string;
/**
* Maps to the css variable `--syn-color-primary-50`
*/
export const SynColorPrimary50: string;
/**
* Maps to the css variable `--syn-color-primary-100`
*/
export const SynColorPrimary100: string;
/**
* Maps to the css variable `--syn-color-primary-200`
*/
export const SynColorPrimary200: string;
/**
* Maps to the css variable `--syn-color-primary-300`
*/
export const SynColorPrimary300: string;
/**
* Maps to the css variable `--syn-color-primary-400`
*/
export const SynColorPrimary400: string;
/**
* Maps to the css variable `--syn-color-primary-500`
*/
export const SynColorPrimary500: string;
/**
* Maps to the css variable `--syn-color-primary-600`
*/
export const SynColorPrimary600: string;
/**
* Maps to the css variable `--syn-color-primary-700`
*/
export const SynColorPrimary700: string;
/**
* Maps to the css variable `--syn-color-primary-800`
*/
export const SynColorPrimary800: string;
/**
* Maps to the css variable `--syn-color-primary-900`
*/
export const SynColorPrimary900: string;
/**
* Maps to the css variable `--syn-color-primary-950`
*/
export const SynColorPrimary950: string;
/**
* Maps to the css variable `--syn-color-success-50`
*/
export const SynColorSuccess50: string;
/**
* Maps to the css variable `--syn-color-success-100`
*/
export const SynColorSuccess100: string;
/**
* Maps to the css variable `--syn-color-success-200`
*/
export const SynColorSuccess200: string;
/**
* Maps to the css variable `--syn-color-success-300`
*/
export const SynColorSuccess300: string;
/**
* Maps to the css variable `--syn-color-success-400`
*/
export const SynColorSuccess400: string;
/**
* Maps to the css variable `--syn-color-success-500`
*/
export const SynColorSuccess500: string;
/**
* Maps to the css variable `--syn-color-success-600`
*/
export const SynColorSuccess600: string;
/**
* Maps to the css variable `--syn-color-success-700`
*/
export const SynColorSuccess700: string;
/**
* Maps to the css variable `--syn-color-success-800`
*/
export const SynColorSuccess800: string;
/**
* Maps to the css variable `--syn-color-success-900`
*/
export const SynColorSuccess900: string;
/**
* Maps to the css variable `--syn-color-success-950`
*/
export const SynColorSuccess950: string;
/**
* Maps to the css variable `--syn-color-warning-50`
*/
export const SynColorWarning50: string;
/**
* Maps to the css variable `--syn-color-warning-100`
*/
export const SynColorWarning100: string;
/**
* Maps to the css variable `--syn-color-warning-200`
*/
export const SynColorWarning200: string;
/**
* Maps to the css variable `--syn-color-warning-300`
*/
export const SynColorWarning300: string;
/**
* Maps to the css variable `--syn-color-warning-400`
*/
export const SynColorWarning400: string;
/**
* Maps to the css variable `--syn-color-warning-500`
*/
export const SynColorWarning500: string;
/**
* Maps to the css variable `--syn-color-warning-600`
*/
export const SynColorWarning600: string;
/**
* Maps to the css variable `--syn-color-warning-700`
*/
export const SynColorWarning700: string;
/**
* Maps to the css variable `--syn-color-warning-800`
*/
export const SynColorWarning800: string;
/**
* Maps to the css variable `--syn-color-warning-900`
*/
export const SynColorWarning900: string;
/**
* Maps to the css variable `--syn-color-warning-950`
*/
export const SynColorWarning950: string;
/**
* Maps to the css variable `--syn-color-error-50`
*/
export const SynColorError50: string;
/**
* Maps to the css variable `--syn-color-error-100`
*/
export const SynColorError100: string;
/**
* Maps to the css variable `--syn-color-error-200`
*/
export const SynColorError200: string;
/**
* Maps to the css variable `--syn-color-error-300`
*/
export const SynColorError300: string;
/**
* Maps to the css variable `--syn-color-error-400`
*/
export const SynColorError400: string;
/**
* Maps to the css variable `--syn-color-error-500`
*/
export const SynColorError500: string;
/**
* Maps to the css variable `--syn-color-error-600`
*/
export const SynColorError600: string;
/**
* Maps to the css variable `--syn-color-error-700`
*/
export const SynColorError700: string;
/**
* Maps to the css variable `--syn-color-error-800`
*/
export const SynColorError800: string;
/**
* Maps to the css variable `--syn-color-error-900`
*/
export const SynColorError900: string;
/**
* Maps to the css variable `--syn-color-error-950`
*/
export const SynColorError950: string;
/**
* Maps to the css variable `--syn-color-accent-50`
*/
export const SynColorAccent50: string;
/**
* Maps to the css variable `--syn-color-accent-100`
*/
export const SynColorAccent100: string;
/**
* Maps to the css variable `--syn-color-accent-200`
*/
export const SynColorAccent200: string;
/**
* Maps to the css variable `--syn-color-accent-300`
*/
export const SynColorAccent300: string;
/**
* Maps to the css variable `--syn-color-accent-400`
*/
export const SynColorAccent400: string;
/**
* Maps to the css variable `--syn-color-accent-500`
*/
export const SynColorAccent500: string;
/**
* Maps to the css variable `--syn-color-accent-600`
*/
export const SynColorAccent600: string;
/**
* Maps to the css variable `--syn-color-accent-700`
*/
export const SynColorAccent700: string;
/**
* Maps to the css variable `--syn-color-accent-800`
*/
export const SynColorAccent800: string;
/**
* Maps to the css variable `--syn-color-accent-900`
*/
export const SynColorAccent900: string;
/**
* Maps to the css variable `--syn-color-accent-950`
*/
export const SynColorAccent950: string;
/**
* Maps to the css variable `--syn-color-neutral-0`
*/
export const SynColorNeutral0: string;
/**
* Maps to the css variable `--syn-color-neutral-50`
*/
export const SynColorNeutral50: string;
/**
* Maps to the css variable `--syn-color-neutral-100`
*/
export const SynColorNeutral100: string;
/**
* Maps to the css variable `--syn-color-neutral-200`
*/
export const SynColorNeutral200: string;
/**
* Maps to the css variable `--syn-color-neutral-300`
*/
export const SynColorNeutral300: string;
/**
* Maps to the css variable `--syn-color-neutral-400`
*/
export const SynColorNeutral400: string;
/**
* Maps to the css variable `--syn-color-neutral-500`
*/
export const SynColorNeutral500: string;
/**
* Maps to the css variable `--syn-color-neutral-600`
*/
export const SynColorNeutral600: string;
/**
* Maps to the css variable `--syn-color-neutral-700`
*/
export const SynColorNeutral700: string;
/**
* Maps to the css variable `--syn-color-neutral-800`
*/
export const SynColorNeutral800: string;
/**
* Maps to the css variable `--syn-color-neutral-900`
*/
export const SynColorNeutral900: string;
/**
* Maps to the css variable `--syn-color-neutral-950`
*/
export const SynColorNeutral950: string;
/**
* Maps to the css variable `--syn-color-neutral-1000`
*/
export const SynColorNeutral1000: string;
/**
* Maps to the css variable `--syn-border-radius-large`
*/
export const SynBorderRadiusLarge: string;
/**
* Maps to the css variable `--syn-border-radius-x-large`
*/
export const SynBorderRadiusXLarge: string;
/**
* Maps to the css variable `--syn-shadow-x-small`
*/
export const SynShadowXSmall: string;
/**
* Maps to the css variable `--syn-shadow-small`
*/
export const SynShadowSmall: string;
/**
* Maps to the css variable `--syn-transition-x-slow`
*/
export const SynTransitionXSlow: string;
/**
* Maps to the css variable `--syn-transition-slow`
*/
export const SynTransitionSlow: string;
/**
* Maps to the css variable `--syn-transition-medium`
*/
export const SynTransitionMedium: string;
/**
* Maps to the css variable `--syn-transition-fast`
*/
export const SynTransitionFast: string;
/**
* Maps to the css variable `--syn-transition-x-fast`
*/
export const SynTransitionXFast: string;
/**
* Maps to the css variable `--syn-font-serif`
*/
export const SynFontSerif: string;
/**
* Maps to the css variable `--syn-font-size-2x-small`
*/
export const SynFontSize2xSmall: string;
/**
* Maps to the css variable `--syn-font-size-4x-large`
*/
export const SynFontSize4xLarge: string;
/**
* Maps to the css variable `--syn-font-weight-light`
*/
export const SynFontWeightLight: string;
/**
* Maps to the css variable `--syn-letter-spacing-denser`
*/
export const SynLetterSpacingDenser: string;
/**
* Maps to the css variable `--syn-letter-spacing-dense`
*/
export const SynLetterSpacingDense: string;
/**
* Maps to the css variable `--syn-letter-spacing-normal`
*/
export const SynLetterSpacingNormal: string;
/**
* Maps to the css variable `--syn-letter-spacing-loose`
*/
export const SynLetterSpacingLoose: string;
/**
* Maps to the css variable `--syn-letter-spacing-looser`
*/
export const SynLetterSpacingLooser: string;
/**
* Maps to the css variable `--syn-focus-ring-style`
*/
export const SynFocusRingStyle: string;
/**
* Maps to the css variable `--syn-focus-ring`
*/
export const SynFocusRing: string;
/**
* Maps to the css variable `--syn-input-border-color-disabled`
*/
export const SynInputBorderColorDisabled: string;
/**
* Maps to the css variable `--syn-input-border-width`
*/
export const SynInputBorderWidth: string;
/**
* Maps to the css variable `--syn-input-font-family`
*/
export const SynInputFontFamily: string;
/**
* Maps to the css variable `--syn-input-font-weight`
*/
export const SynInputFontWeight: string;
/**
* Maps to the css variable `--syn-input-letter-spacing`
*/
export const SynInputLetterSpacing: string;
/**
* Maps to the css variable `--syn-z-index-drawer`
*/
export const SynZIndexDrawer: string;
/**
* Maps to the css variable `--syn-z-index-dialog`
*/
export const SynZIndexDialog: string;
/**
* Maps to the css variable `--syn-z-index-dropdown`
*/
export const SynZIndexDropdown: string;
/**
* Maps to the css variable `--syn-z-index-toast`
*/
export const SynZIndexToast: string;
/**
* Maps to the css variable `--syn-z-index-tooltip`
*/
export const SynZIndexTooltip: string;