export declare const theme: { borders: { radius: { small: string; medium: string; x_large: string; round: string; }; }; typography: { readonly family: { readonly primary: string; }; readonly weight: { readonly bold: 700; readonly regular: 400; }; readonly presets: { readonly display: { readonly large: { readonly weight: 700; readonly size: 122; readonly lineHeight: 124; readonly letterSpacing: -2.4; }; readonly medium: { readonly weight: 700; readonly size: 58; readonly lineHeight: 64; readonly letterSpacing: -1.4; }; readonly small: { readonly weight: 700; readonly size: 36; readonly lineHeight: 40; readonly letterSpacing: -1; }; }; readonly headline: { readonly xxlarge: { readonly weight: 400; readonly size: 42; readonly lineHeight: 56; readonly letterSpacing: 0; }; readonly xlarge: { readonly weight: 400; readonly size: 36; readonly lineHeight: 44; readonly letterSpacing: 0; }; readonly large: { readonly weight: 400; readonly size: 32; readonly lineHeight: 40; readonly letterSpacing: 0; }; readonly medium: { readonly weight: 400; readonly size: 28; readonly lineHeight: 36; readonly letterSpacing: 0; }; readonly small: { readonly weight: 400; readonly size: 24; readonly lineHeight: 32; readonly letterSpacing: 0; }; readonly xsmall: { readonly weight: 500; readonly size: 20; readonly lineHeight: 24; readonly letterSpacing: 0; }; readonly xxsmall: { readonly weight: 700; readonly size: 16; readonly lineHeight: 24; readonly letterSpacing: 0; }; readonly xxxsmall: { readonly weight: 700; readonly size: 14; readonly lineHeight: 20; readonly letterSpacing: 0; }; }; readonly paragraph: { readonly xlarge: { readonly weight: 400; readonly size: 24; readonly lineHeight: 32; readonly letterSpacing: -0.02; }; readonly large: { readonly weight: 400; readonly size: 18; readonly lineHeight: 24; readonly letterSpacing: 0; }; readonly medium: { readonly weight: 400; readonly size: 16; readonly lineHeight: 24; readonly letterSpacing: 0; }; readonly small: { readonly weight: 400; readonly size: 14; readonly lineHeight: 20; readonly letterSpacing: 0; }; readonly xsmall: { readonly weight: 400; readonly size: 12; readonly lineHeight: 20; readonly letterSpacing: 0.16; }; }; readonly link: { readonly xlarge: { readonly weight: 400; readonly size: 24; readonly lineHeight: 32; readonly letterSpacing: -0.02; }; readonly large: { readonly weight: 700; readonly size: 18; readonly lineHeight: 24; readonly letterSpacing: 0; }; readonly medium: { readonly weight: 700; readonly size: 16; readonly lineHeight: 24; readonly letterSpacing: 0; }; readonly small: { readonly weight: 700; readonly size: 14; readonly lineHeight: 20; readonly letterSpacing: 0; }; readonly xsmall: { readonly weight: 700; readonly size: 12; readonly lineHeight: 20; readonly letterSpacing: 0.16; }; }; readonly label: { readonly large: { readonly weight: 400; readonly size: 18; readonly lineHeight: 24; readonly letterSpacing: 0; }; readonly medium: { readonly weight: 400; readonly size: 16; readonly lineHeight: 20; readonly letterSpacing: 0; }; readonly small: { readonly weight: 400; readonly size: 14; readonly lineHeight: 12; readonly letterSpacing: 0; }; readonly xsmall: { readonly weight: 400; readonly size: 12; readonly lineHeight: 20; readonly letterSpacing: 0; }; }; }; }; colors: { inverted: { gradient: { loading: string; placeholder: string; posterOverlay: string; }; fg: { primary: string; secondary: string; tertiary: string; disable: string; linkNormal: string; linkHover: string; positive: string; negative: string; }; bg: { primary: string; secondary: string; tertiary: string; quaternary: string; positive: string; negative: string; storyPreview: string; accent: string; }; interactiveFg: { active: string; brandNormal: string; brandHover: string; brandPress: string; }; interactiveBg: { active: string; disable: string; brandNormal: string; brandHover: string; brandPress: string; primaryNormal: string; primaryHover: string; primaryPress: string; secondaryNormal: string; secondaryHover: string; secondaryPress: string; tertiaryNormal: string; tertiaryHover: string; tertiaryPress: string; quaternaryNormal: string; negativeNormal: string; negativeHover: string; negativePress: string; positiveNormal: string; positiveHover: string; positivePress: string; previewOverlay: string; modalScrim: string; }; border: { focus: string; disable: string; defaultNormal: string; defaultHover: string; defaultPress: string; defaultActive: string; positiveNormal: string; positiveHover: string; positivePress: string; positiveActive: string; negativeNormal: string; negativeHover: string; negativePress: string; negativeActive: string; quaternaryNormal: string; quaternaryHover: string; quaternaryPress: string; quaternaryActive: string; selection: string; }; divider: { primary: string; secondary: string; tertiary: string; }; form: { dropDownSubtitle: string; }; shadow: { active: string; }; }; gradient: { loading: string; placeholder: string; posterOverlay: string; }; fg: { primary: string; secondary: string; tertiary: string; disable: string; linkNormal: string; linkHover: string; positive: string; negative: string; }; bg: { primary: string; secondary: string; tertiary: string; quaternary: string; positive: string; negative: string; storyPreview: string; accent: string; }; interactiveFg: { active: string; brandNormal: string; brandHover: string; brandPress: string; }; interactiveBg: { active: string; disable: string; brandNormal: string; brandHover: string; brandPress: string; primaryNormal: string; primaryHover: string; primaryPress: string; secondaryNormal: string; secondaryHover: string; secondaryPress: string; tertiaryNormal: string; tertiaryHover: string; tertiaryPress: string; quaternaryNormal: string; negativeNormal: string; negativeHover: string; negativePress: string; positiveNormal: string; positiveHover: string; positivePress: string; previewOverlay: string; modalScrim: string; }; border: { focus: string; disable: string; defaultNormal: string; defaultHover: string; defaultPress: string; defaultActive: string; positiveNormal: string; positiveHover: string; positivePress: string; positiveActive: string; quaternaryNormal: string; quaternaryHover: string; quaternaryPress: string; quaternaryActive: string; negativeNormal: string; negativeHover: string; negativePress: string; negativeActive: string; selection: string; }; divider: { primary: string; secondary: string; tertiary: string; }; form: { dropDownSubtitle: string; }; shadow: { active: string; }; gray: { 90: string; 85: string; 80: string; 75: string; 70: string; 60: string; 50: string; 40: string; 30: string; 20: string; 10: string; 5: string; }; violet: { 90: string; 80: string; 70: string; 60: string; 50: string; 40: string; 30: string; 20: string; 10: string; 5: string; }; blue: { 90: string; 80: string; 70: string; 60: string; 50: string; 40: string; 30: string; 20: string; 10: string; 5: string; }; red: { 90: string; 80: string; 70: string; 60: string; 50: string; 40: string; 30: string; 20: string; 10: string; 5: string; }; green: { 90: string; 80: string; 70: string; 60: string; 50: string; 40: string; 30: string; 20: string; 10: string; 5: string; }; standard: { black: string; white: string; }; accent: { primary: string; secondary: string; }; status: { negative: string; positive: string; warning: string; }; opacity: { footprint: string; white64: string; white24: string; white16: string; white8: string; black64: string; black40: string; black32: string; black24: string; black10: string; black3: string; blue24: string; violet24: string; overlay: string; overlayDark: string; overlayExtraDark: string; }; }; breakpoint: { raw: { wide: number; desktop: number; tablet: number; mobile: number; mobileSmall: number; min: number; }; wide: string; desktop: string; tablet: string; tabletMax: string; mobile: string; mobileSmall: string; min: string; }; }; export type Theme = typeof theme; //# sourceMappingURL=theme.d.ts.map