export declare const styleVariables: { widthBreakpointSm: number; widthBreakpointMd: number; widthBreakpointLg: number; widthBreakpointXl: number; transitionDurationShort: number; transitionDurationStandard: number; transitionDurationLong: number; transitionCurveAcceleration: string; transitionCurveDeceleration: string; transitionCurveStandard: string; transitionCurveSharp: string; transitionCurveAccelerationArray: number[]; transitionCurveDecelerationArray: number[]; transitionCurveSharpArray: number[]; transitionCurveStandardArray: number[]; colorWhiteLightest: string; colorWhiteLighter: string; colorWhiteLight: string; colorWhite: string; colorWhiteDark: string; colorBlackLighter: string; colorBlackLight: string; colorBlack: string; colorBlackDark: string; colorPrimaryLightest: string; colorPrimaryLighterAccent: string; colorPrimaryLighter: string; colorPrimaryLight: string; colorPrimaryLightAccent: string; colorPrimary: string; colorPrimaryDarkAccent: string; colorPrimaryDark: string; colorPrimaryDarkest: string; colorSecondaryLightest: string; colorSecondaryLighter: string; colorSecondaryLight: string; colorSecondaryLightAccent: string; colorSecondary: string; colorSecondaryDarkAccent: string; colorSecondaryDark: string; colorSecondaryDarker: string; colorTertiaryLightest: string; colorTertiaryLighter: string; colorTertiaryLight: string; colorTertiaryLightAccent: string; colorTertiary: string; colorTertiaryDarkAccent: string; colorTertiaryDark: string; colorTertiaryDarker: string; colorSuccessLighter: string; colorSuccessLight: string; colorSuccess: string; colorSuccessDark: string; colorCautionLightest: string; colorCautionLighter: string; colorCautionLight: string; colorCaution: string; colorCautionDark: string; colorErrorLightest: string; colorErrorLighter: string; colorErrorLight: string; colorError: string; colorErrorDark: string; colorErrorType: string; primaryFont: string; secondaryFont: string; commonLineHeight: string; commonLetterSpacing: string; fontWeightLight: string; fontWeightRegular: string; fontWeightSemibold: string; fontWeightBold: string; fontWeightMedium: string; blue100: string; blue200: string; blue300: string; blue400: string; blue500: string; blue600: string; blue700: string; blue800: string; purple100: string; purple200: string; purple300: string; purple400: string; purple500: string; purple600: string; purple700: string; purple800: string; teal100: string; teal200: string; teal300: string; teal400: string; teal500: string; teal600: string; teal700: string; teal800: string; orange100: string; orange200: string; orange300: string; orange400: string; orange500: string; orange600: string; orange700: string; orange800: string; yellow100: string; yellow200: string; yellow300: string; yellow400: string; yellow500: string; yellow600: string; yellow700: string; yellow800: string; red100: string; red200: string; red300: string; red400: string; red500: string; red600: string; red700: string; red800: string; green100: string; green200: string; green300: string; green400: string; green500: string; green600: string; green700: string; green800: string; neutral100: string; neutral200: string; neutral300: string; neutral400: string; neutral500: string; neutral600: string; neutral700: string; neutral800: string; neutral900: string; neutral1000: string; brandBlue100: string; brandBlue200: string; brandBlue300: string; brandBlue400: string; brandBlue500: string; brandBlue600: string; brandBlue700: string; brandBlue800: string; darkNeutral100: string; darkNeutral200: string; darkNeutral300: string; darkNeutral400: string; darkNeutral500: string; darkNeutral600: string; darkNeutral700: string; darkNeutral800: string; darkNeutral900: string; };