export declare const fontFamily: { mono: string; sans: string; }; export declare const radii: { medium: string; small: string; }; export declare const sizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; controlLarge: string; controlMedium: string; controlSmall: string; }; export declare const space: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; }; export declare const fontSize: { base: string; large: string; small: string; xlarge: string; xsmall: string; xxlarge: string; xxsmall: string; }; export declare const fontWeight: { sansBold: number; sansLight: number; sansMedium: number; sansRegular: number; sansSemibold: number; }; export declare const letterSpacings: { 0: string; }; export declare const lineHeight: { loose: number; tight: number; }; export declare const paragraphSpacing: { 0: string; }; //# sourceMappingURL=core.d.ts.map