export declare const borderRadius0 = "0"; export declare const borderRadius10 = "3px"; export declare const borderRadius20 = "4px"; export declare const borderRadius30 = "8px"; export declare const borderRadiusCircle = "50%"; export declare const borderWidth0 = "0"; export declare const borderWidth10 = "1px"; export declare const borderWidth20 = "2px"; export declare const colorBackground = "#f4f4f6"; export declare const colorBackgroundBody = "#ffffff"; export declare const colorBackgroundBrand = "#233659"; export declare const colorBackgroundBrandHighlight = "#f22f46"; export declare const colorBackgroundDestructive = "#d61f1f"; export declare const colorBackgroundDestructiveDark = "#750c0c"; export declare const colorBackgroundDestructiveDarker = "#4a0b0b"; export declare const colorBackgroundDestructiveLight = "#f58a8a"; export declare const colorBackgroundDestructiveLighter = "#fccfcf"; export declare const colorBackgroundDestructiveLightest = "#feecec"; export declare const colorBackgroundError = "#d61f1f"; export declare const colorBackgroundErrorLightest = "#feecec"; export declare const colorBackgroundInverse = "#1f304c"; export declare const colorBackgroundNeutralLightest = "#ebf4ff"; export declare const colorBackgroundPrimary = "#0263e0"; export declare const colorBackgroundPrimaryDark = "#001489"; export declare const colorBackgroundPrimaryDarker = "#030b5d"; export declare const colorBackgroundPrimaryLight = "#66b3ff"; export declare const colorBackgroundPrimaryLighter = "#cce4ff"; export declare const colorBackgroundPrimaryLightest = "#ebf4ff"; export declare const colorBackgroundRequired = "#eb5656"; export declare const colorBackgroundRowStriped = "#f4f4f6"; export declare const colorBackgroundSuccess = "#14b053"; export declare const colorBackgroundSuccessLightest = "#edfdf3"; export declare const colorBackgroundWarning = "#f47c22"; export declare const colorBackgroundWarningLightest = "#fef5ee"; export declare const colorBorder = "#aeb2c1"; export declare const colorBorderDark = "#606b85"; export declare const colorBorderDestructive = "#d61f1f"; export declare const colorBorderDestructiveDark = "#750c0c"; export declare const colorBorderDestructiveDarker = "#4a0b0b"; export declare const colorBorderDestructiveLight = "#f58a8a"; export declare const colorBorderDestructiveLighter = "#fccfcf"; export declare const colorBorderError = "#d61f1f"; export declare const colorBorderErrorLight = "#f58a8a"; export declare const colorBorderErrorLightest = "#feecec"; export declare const colorBorderInput = "#606b85"; export declare const colorBorderInputFocus = "#0263e0"; export declare const colorBorderInputHover = "#0263e0"; export declare const colorBorderLight = "#e1e3ea"; export declare const colorBorderNeutralLight = "#8891aa"; export declare const colorBorderPrimary = "#0263e0"; export declare const colorBorderPrimaryDark = "#001489"; export declare const colorBorderPrimaryDarker = "#030b5d"; export declare const colorBorderPrimaryLight = "#66b3ff"; export declare const colorBorderPrimaryLighter = "#cce4ff"; export declare const colorBorderSuccess = "#14b053"; export declare const colorBorderSuccessLightest = "#edfdf3"; export declare const colorBorderWarning = "#f47c22"; export declare const colorBorderWarningLight = "#ffb37a"; export declare const colorBorderWarningLightest = "#fef5ee"; export declare const colorBrand = "#233659"; export declare const colorBrandHighlight = "#f22f46"; export declare const colorGray0 = "#ffffff"; export declare const colorGray10 = "#f4f4f6"; export declare const colorGray100 = "#121c2d"; export declare const colorGray20 = "#e1e3ea"; export declare const colorGray30 = "#cacdd8"; export declare const colorGray40 = "#aeb2c1"; export declare const colorGray50 = "#8891aa"; export declare const colorGray60 = "#606b85"; export declare const colorGray70 = "#4b5671"; export declare const colorGray80 = "#394762"; export declare const colorGray90 = "#1f304c"; export declare const colorText = "#121c2d"; export declare const colorTextBrandHighlight = "#f22f46"; export declare const colorTextBrandInverse = "#ffffff"; export declare const colorTextError = "#d61f1f"; export declare const colorTextErrorDark = "#ad1111"; export declare const colorTextIcon = "#4b5671"; export declare const colorTextInverse = "#ffffff"; export declare const colorTextInverseWeak = "#8891aa"; export declare const colorTextLabel = "#121c2d"; export declare const colorTextLink = "#043cb5"; export declare const colorTextLinkDark = "#001489"; export declare const colorTextLinkDarker = "#030b5d"; export declare const colorTextLinkDestructive = "#d61f1f"; export declare const colorTextLinkDestructiveDark = "#ad1111"; export declare const colorTextLinkDestructiveDarker = "#750c0c"; export declare const colorTextLinkDestructiveLight = "#f58a8a"; export declare const colorTextLinkLight = "#66b3ff"; export declare const colorTextPlaceholder = "#4b5671"; export declare const colorTextSuccess = "#14b053"; export declare const colorTextWarning = "#f47c22"; export declare const colorTextWarningDark = "#c35323"; export declare const colorTextWeak = "#4b5671"; export declare const fontFamilyCode = "'Fira Mono', 'Courier New', Courier, monospace"; export declare const fontFamilyText = "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif"; export declare const fontSize10 = "0.625rem"; export declare const fontSize100 = "2.5rem"; export declare const fontSize110 = "3rem"; export declare const fontSize20 = "0.75rem"; export declare const fontSize30 = "0.875rem"; export declare const fontSize40 = "1rem"; export declare const fontSize50 = "1.125rem"; export declare const fontSize60 = "1.25rem"; export declare const fontSize70 = "1.5rem"; export declare const fontSize80 = "1.75rem"; export declare const fontSize90 = "2rem"; export declare const fontWeightBold = "700"; export declare const fontWeightLight = "300"; export declare const fontWeightMedium = "500"; export declare const fontWeightNormal = "400"; export declare const fontWeightSemibold = "600"; export declare const lineHeight10 = "1rem"; export declare const lineHeight100 = "3.25rem"; export declare const lineHeight110 = "3.75rem"; export declare const lineHeight20 = "1.25rem"; export declare const lineHeight30 = "1.5rem"; export declare const lineHeight40 = "1.75rem"; export declare const lineHeight50 = "1.75rem"; export declare const lineHeight60 = "1.75rem"; export declare const lineHeight70 = "2rem"; export declare const lineHeight80 = "2.25rem"; export declare const lineHeight90 = "2.5rem"; export declare const shadowBorderInput = "0 0 0 1px #606b85"; export declare const shadowBorderInputDisabled = "0 0 0 1px #e1e3ea"; export declare const shadowBorderInputError = "0 0 0 1px #d61f1f"; export declare const shadowBorderInputErrorHover = "0 0 0 1px #750c0c"; export declare const shadowBorderInputHover = "0 0 0 1px #030b5d"; export declare const shadowCard = "0 2px 4px 0 rgba(18, 28, 45, 0.3)"; export declare const shadowFocus = "0 0 0 4px rgba(2, 99, 224, 0.8)"; export declare const size0 = "0"; export declare const size10 = "5.5rem"; export declare const size100 = "64rem"; export declare const size110 = "70.5rem"; export declare const size120 = "77rem"; export declare const size20 = "12rem"; export declare const size30 = "18.5rem"; export declare const size40 = "25rem"; export declare const size50 = "31.5rem"; export declare const size60 = "38rem"; export declare const size70 = "44.5rem"; export declare const size80 = "51rem"; export declare const size90 = "57.5rem"; export declare const sizeIcon10 = "1rem"; export declare const sizeIcon100 = "3.25rem"; export declare const sizeIcon110 = "3.75rem"; export declare const sizeIcon20 = "1.25rem"; export declare const sizeIcon30 = "1.5rem"; export declare const sizeIcon40 = "1.75rem"; export declare const sizeIcon50 = "1.75rem"; export declare const sizeIcon60 = "1.75rem"; export declare const sizeIcon70 = "2rem"; export declare const sizeIcon80 = "2.25rem"; export declare const sizeIcon90 = "2.5rem"; export declare const space0 = "0"; export declare const space10 = "0.125rem"; export declare const space100 = "2.25rem"; export declare const space110 = "2.5rem"; export declare const space120 = "2.75rem"; export declare const space130 = "3rem"; export declare const space140 = "3.25rem"; export declare const space150 = "3.5rem"; export declare const space160 = "3.75rem"; export declare const space170 = "4rem"; export declare const space180 = "4.25rem"; export declare const space190 = "4.5rem"; export declare const space20 = "0.25rem"; export declare const space200 = "4.75rem"; export declare const space30 = "0.5rem"; export declare const space40 = "0.75rem"; export declare const space50 = "1rem"; export declare const space60 = "1.25rem"; export declare const space70 = "1.5rem"; export declare const space80 = "1.75rem"; export declare const space90 = "2rem"; export declare const zIndex0 = "0"; export declare const zIndex10 = "10"; export declare const zIndex20 = "20"; export declare const zIndex30 = "30"; export declare const zIndex40 = "40"; export declare const zIndex50 = "50"; export declare const zIndex60 = "60"; export declare const zIndex70 = "70"; export declare const zIndex80 = "80"; export declare const zIndex90 = "90"; export declare const backgroundColors: { colorBackground: "#f4f4f6"; colorBackgroundBody: "#ffffff"; colorBackgroundBrand: "#233659"; colorBackgroundBrandHighlight: "#f22f46"; colorBackgroundDestructive: "#d61f1f"; colorBackgroundDestructiveDark: "#750c0c"; colorBackgroundDestructiveDarker: "#4a0b0b"; colorBackgroundDestructiveLight: "#f58a8a"; colorBackgroundDestructiveLighter: "#fccfcf"; colorBackgroundDestructiveLightest: "#feecec"; colorBackgroundError: "#d61f1f"; colorBackgroundErrorLightest: "#feecec"; colorBackgroundInverse: "#1f304c"; colorBackgroundNeutralLightest: "#ebf4ff"; colorBackgroundPrimary: "#0263e0"; colorBackgroundPrimaryDark: "#001489"; colorBackgroundPrimaryDarker: "#030b5d"; colorBackgroundPrimaryLight: "#66b3ff"; colorBackgroundPrimaryLighter: "#cce4ff"; colorBackgroundPrimaryLightest: "#ebf4ff"; colorBackgroundRequired: "#eb5656"; colorBackgroundRowStriped: "#f4f4f6"; colorBackgroundSuccess: "#14b053"; colorBackgroundSuccessLightest: "#edfdf3"; colorBackgroundWarning: "#f47c22"; colorBackgroundWarningLightest: "#fef5ee"; }; export declare const borderColors: { colorBorder: "#aeb2c1"; colorBorderDark: "#606b85"; colorBorderDestructive: "#d61f1f"; colorBorderDestructiveDark: "#750c0c"; colorBorderDestructiveDarker: "#4a0b0b"; colorBorderDestructiveLight: "#f58a8a"; colorBorderDestructiveLighter: "#fccfcf"; colorBorderError: "#d61f1f"; colorBorderErrorLight: "#f58a8a"; colorBorderErrorLightest: "#feecec"; colorBorderInput: "#606b85"; colorBorderInputFocus: "#0263e0"; colorBorderInputHover: "#0263e0"; colorBorderLight: "#e1e3ea"; colorBorderNeutralLight: "#8891aa"; colorBorderPrimary: "#0263e0"; colorBorderPrimaryDark: "#001489"; colorBorderPrimaryDarker: "#030b5d"; colorBorderPrimaryLight: "#66b3ff"; colorBorderPrimaryLighter: "#cce4ff"; colorBorderSuccess: "#14b053"; colorBorderSuccessLightest: "#edfdf3"; colorBorderWarning: "#f47c22"; colorBorderWarningLight: "#ffb37a"; colorBorderWarningLightest: "#fef5ee"; }; export declare const borderWidths: { borderWidth0: 0; borderWidth10: "1px"; borderWidth20: "2px"; }; export declare const boxShadows: { shadowBorderInput: "0 0 0 1px #606b85"; shadowBorderInputDisabled: "0 0 0 1px #e1e3ea"; shadowBorderInputError: "0 0 0 1px #d61f1f"; shadowBorderInputErrorHover: "0 0 0 1px #750c0c"; shadowBorderInputHover: "0 0 0 1px #030b5d"; shadowCard: "0 2px 4px 0 rgba(18, 28, 45, 0.3)"; shadowFocus: "0 0 0 4px rgba(2, 99, 224, 0.8)"; }; export declare const colors: { colorBrand: "#233659"; colorBrandHighlight: "#f22f46"; colorGray0: "#ffffff"; colorGray10: "#f4f4f6"; colorGray100: "#121c2d"; colorGray20: "#e1e3ea"; colorGray30: "#cacdd8"; colorGray40: "#aeb2c1"; colorGray50: "#8891aa"; colorGray60: "#606b85"; colorGray70: "#4b5671"; colorGray80: "#394762"; colorGray90: "#1f304c"; }; export declare const fonts: { fontFamilyCode: "'Fira Mono', 'Courier New', Courier, monospace"; fontFamilyText: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif"; }; export declare const fontSizes: { fontSize10: "0.625rem"; fontSize100: "2.5rem"; fontSize110: "3rem"; fontSize20: "0.75rem"; fontSize30: "0.875rem"; fontSize40: "1rem"; fontSize50: "1.125rem"; fontSize60: "1.25rem"; fontSize70: "1.5rem"; fontSize80: "1.75rem"; fontSize90: "2rem"; }; export declare const fontWeights: { fontWeightBold: 700; fontWeightLight: 300; fontWeightMedium: 500; fontWeightNormal: 400; fontWeightSemibold: 600; }; export declare const lineHeights: { lineHeight10: "1rem"; lineHeight100: "3.25rem"; lineHeight110: "3.75rem"; lineHeight20: "1.25rem"; lineHeight30: "1.5rem"; lineHeight40: "1.75rem"; lineHeight50: "1.75rem"; lineHeight60: "1.75rem"; lineHeight70: "2rem"; lineHeight80: "2.25rem"; lineHeight90: "2.5rem"; }; export declare const radii: { borderRadius0: 0; borderRadius10: "3px"; borderRadius20: "4px"; borderRadius30: "8px"; borderRadiusCircle: "50%"; }; export declare const sizings: { size0: 0; size10: "5.5rem"; size100: "64rem"; size110: "70.5rem"; size120: "77rem"; size20: "12rem"; size30: "18.5rem"; size40: "25rem"; size50: "31.5rem"; size60: "38rem"; size70: "44.5rem"; size80: "51rem"; size90: "57.5rem"; sizeIcon10: "1rem"; sizeIcon100: "3.25rem"; sizeIcon110: "3.75rem"; sizeIcon20: "1.25rem"; sizeIcon30: "1.5rem"; sizeIcon40: "1.75rem"; sizeIcon50: "1.75rem"; sizeIcon60: "1.75rem"; sizeIcon70: "2rem"; sizeIcon80: "2.25rem"; sizeIcon90: "2.5rem"; }; export declare const spacings: { space0: 0; space10: "0.125rem"; space100: "2.25rem"; space110: "2.5rem"; space120: "2.75rem"; space130: "3rem"; space140: "3.25rem"; space150: "3.5rem"; space160: "3.75rem"; space170: "4rem"; space180: "4.25rem"; space190: "4.5rem"; space20: "0.25rem"; space200: "4.75rem"; space30: "0.5rem"; space40: "0.75rem"; space50: "1rem"; space60: "1.25rem"; space70: "1.5rem"; space80: "1.75rem"; space90: "2rem"; }; export declare const textColors: { colorText: "#121c2d"; colorTextBrandHighlight: "#f22f46"; colorTextBrandInverse: "#ffffff"; colorTextError: "#d61f1f"; colorTextErrorDark: "#ad1111"; colorTextIcon: "#4b5671"; colorTextInverse: "#ffffff"; colorTextInverseWeak: "#8891aa"; colorTextLabel: "#121c2d"; colorTextLink: "#043cb5"; colorTextLinkDark: "#001489"; colorTextLinkDarker: "#030b5d"; colorTextLinkDestructive: "#d61f1f"; colorTextLinkDestructiveDark: "#ad1111"; colorTextLinkDestructiveDarker: "#750c0c"; colorTextLinkDestructiveLight: "#f58a8a"; colorTextLinkLight: "#66b3ff"; colorTextPlaceholder: "#4b5671"; colorTextSuccess: "#14b053"; colorTextWarning: "#f47c22"; colorTextWarningDark: "#c35323"; colorTextWeak: "#4b5671"; }; export declare const zIndices: { zIndex0: 0; zIndex10: 10; zIndex20: 20; zIndex30: 30; zIndex40: 40; zIndex50: 50; zIndex60: 60; zIndex70: 70; zIndex80: 80; zIndex90: 90; };