import { fontWeight } from './fontWeight'; export declare const typography: { fontSize: string; fontFamily: string; fontWeightLight: fontWeight; fontWeightRegular: fontWeight; fontWeightMedium: fontWeight; fontWeightBold: fontWeight; headlineFontFamily: string; h1: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; h2: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; h3: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; h4: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; h5: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; bodyFontFamily: string; bodyJumbo: { fontFamily: string; fontSize: string; lineHeight: string; }; body: { fontFamily: string; fontSize: string; lineHeight: string; }; bodyBold: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; bodySmall: { fontFamily: string; fontSize: string; lineHeight: string; }; bodySmallBold: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; bodyMicro: { fontFamily: string; fontSize: string; lineHeight: string; }; notification: { fontFamily: string; fontSize: string; lineHeight: string; }; notificationBold: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; attributionFontFamily: string; quote: { fontFamily: string; fontSize: string; lineHeight: string; fontWeight: fontWeight; }; author: { fontFamily: string; fontSize: string; lineHeight: string; }; codeFontFamily: string; code: { fontFamily: string; fontSize: string; lineHeight: string; contrastBackgroundColor: import("./colors").Color; contrastColor: import("./colors").Color; padding: import("./spacing").Spacing; }; }; //# sourceMappingURL=typography.d.ts.map