export declare const borderRadiusMedium = "8px";
export declare const borderRadiusSmall = "4px";
export declare const fontFamily = "'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
export declare const fontSizeTextSmall = "1rem";
export declare const fontSizeTextXSmall = "clamp(0.81rem, 0.23vw + 0.77rem, 0.88rem)";
export declare const fontWeightSemiBold = 600;
export declare const themeDarkBackgroundBase = "#0E0E12";
export declare const themeDarkBackgroundFrosted = "hsl(240 3% 26%/35%)";
export declare const themeDarkBackgroundSurface = "#212225";
export declare const themeDarkContrastLow = "#404044";
export declare const themeDarkContrastMedium = "#88898C";
export declare const themeDarkNotificationError = "#FC4040";
export declare const themeDarkNotificationInfo = "#178BFF";
export declare const themeDarkPrimary = "#FBFCFF";
export declare const themeDarkStateDisabled = "#7E7F82";
export declare const themeDarkStateFocus = "#1A44EA";
export declare const themeDarkStateHover = "rgba(148, 149, 152, .18)";
export declare const themeLightBackgroundBase = "#FFF";
export declare const themeLightBackgroundFrosted = "hsl(240 4% 85%/35%)";
export declare const themeLightBackgroundSurface = "#EEEFF2";
export declare const themeLightContrastLow = "#D8D8DB";
export declare const themeLightContrastMedium = "#6B6D70";
export declare const themeLightNotificationError = "#CC1922";
export declare const themeLightNotificationInfo = "#2762EC";
export declare const themeLightPrimary = "#010205";
export declare const themeLightStateDisabled = "#949598";
export declare const themeLightStateFocus = "#1A44EA";
export declare const themeLightStateHover = "rgba(148, 149, 152, .18)";
export declare const themeDarkContrastHigh = "#AFB0B3";
export declare const themeLightContrastHigh = "#535457";
export declare const borderWidthBase = "2px";
export declare const spacingStaticXSmall = "4px";
export declare const themeDarkNotificationSuccess = "#09D087";
export declare const themeLightNotificationSuccess = "#197E10";
export declare const themeLightBackgroundSurfaceDarken = "#CBCED7";
export declare const themeDarkBackgroundSurfaceDarken = "#040405";
export declare const themeLightSuccessColorDarken = "#0E4809";
export declare const themeDarkSuccessColorDarken = "#069561";
