declare const displayLarge: { letterSpacing: string; textTransform: string; fontSize: string; lineHeight: string; fontFamily: string; '@media (min-width: 36em)': { fontSize: string; lineHeight: string; }; }; declare const displaySmall: { letterSpacing: string; textTransform: string; fontSize: string; lineHeight: string; fontFamily: string; '@media (min-width: 36em)': { fontSize: string; lineHeight: string; }; }; declare const title1: { fontSize: string; lineHeight: string; '@media (min-width: 36em)': { fontSize: string; lineHeight: string; }; }; declare const title2: { fontSize: string; lineHeight: string; '@media (min-width: 36em)': { fontSize: string; lineHeight: string; }; }; declare const title3: { fontSize: string; lineHeight: string; '@media (min-width: 36em)': { fontSize: string; lineHeight: string; }; }; declare const title4: { fontSize: string; lineHeight: string; '@media (min-width: 36em)': { fontSize: string; lineHeight: string; }; }; declare const title5: { fontSize: string; lineHeight: string; '@media (min-width: 36em)': { fontSize: string; lineHeight: string; }; }; declare const title6: { fontSize: string; lineHeight: string; '@media (min-width: 36em)': { fontSize: string; lineHeight: string; }; }; declare const large: { fontSize: string; lineHeight: string; }; declare const medium: { fontSize: string; lineHeight: string; }; declare const small: { fontSize: string; lineHeight: string; }; declare const extraSmall: { fontSize: string; lineHeight: string; }; export { displayLarge, displaySmall, extraSmall, large, medium, small, title1, title2, title3, title4, title5, title6, };