export declare const colors: { yankeesBlue: string; green: string; chiperBrandRed: string; darkBlueGray: string; ghostWhite: string; white: string; bleuDeFrance: string; blueJeans: string; blue10: string; brightYellow: string; philippineGreen: string; diferente: string; positiva: string; visionaria: string; cercana: string; creativa: string; sonadora: string; productiva: string; extraordinaria: string; transformadora: string; honeydev: string; gray200: string; gray300: string; gray100: string; gray60: string; gray25: string; gray5: string; greenWithOpacity: string; whiteWithOpacity: string; blackWithOpacity: string; transparent: string; black: string; }; export declare const fonts: { caustenRoundBold: string; caustenRoundRegular: string; }; export declare const spacing: { 'spacing-none': number; 'spacing-xxxxs': number; 'spacing-xxxs': number; 'spacing-xxs': number; 'spacing-xs': number; 'spacing-xms': number; 'spacing-s': number; 'spacing-xm': number; 'spacing-m': number; 'spacing-l': number; 'spacing-xl': number; }; export declare const theme: { fonts: { caustenRoundBold: string; caustenRoundRegular: string; }; colors: { yankeesBlue: string; green: string; chiperBrandRed: string; darkBlueGray: string; ghostWhite: string; white: string; bleuDeFrance: string; blueJeans: string; blue10: string; brightYellow: string; philippineGreen: string; diferente: string; positiva: string; visionaria: string; cercana: string; creativa: string; sonadora: string; productiva: string; extraordinaria: string; transformadora: string; honeydev: string; gray200: string; gray300: string; gray100: string; gray60: string; gray25: string; gray5: string; greenWithOpacity: string; whiteWithOpacity: string; blackWithOpacity: string; transparent: string; black: string; }; spacing: { 'spacing-none': number; 'spacing-xxxxs': number; 'spacing-xxxs': number; 'spacing-xxs': number; 'spacing-xs': number; 'spacing-xms': number; 'spacing-s': number; 'spacing-xm': number; 'spacing-m': number; 'spacing-l': number; 'spacing-xl': number; }; breakpoints: { phone: number; }; textVariants: { H1: { fontSize: number; lineHeight: number; fontFamily: string; }; H2: { fontSize: number; lineHeight: number; fontFamily: string; }; H3: { fontSize: number; lineHeight: number; fontFamily: string; }; H4: { fontSize: number; lineHeight: number; fontFamily: string; }; SubTitle: { fontSize: number; lineHeight: number; fontFamily: string; }; body: { fontSize: number; lineHeight: number; fontFamily: string; }; mediumBody: { fontSize: number; lineHeight: number; fontFamily: string; }; label: { fontSize: number; lineHeight: number; fontFamily: string; }; SubHead: { fontSize: number; lineHeight: number; fontFamily: string; }; }; buttonVariants: { primary: { backgroundColor: string; }; light: { backgroundColor: string; }; disabled: { backgroundColor: string; }; outlined: { backgroundColor: string; borderColor: string; borderWidth: number; }; outlinedDisabled: { backgroundColor: string; borderColor: string; borderWidth: number; }; outlinedPrimary: { backgroundColor: string; borderColor: string; borderWidth: number; }; }; badgeVariants: { primary: { backgroundColor: string; }; danger: { backgroundColor: string; }; light: { backgroundColor: string; }; disabled: { backgroundColor: string; }; outlined: { backgroundColor: string; borderColor: string; borderWidth: number; }; outlinedPrimary: { backgroundColor: string; borderColor: string; borderWidth: number; }; }; }; export declare type Theme = typeof theme;