declare const typography: { fontFamily: string; fontWeightRegular: number; fontWeightMedium: number; fontWeightBold: number; h1: { "@media (min-width:600px)": { fontSize: string; }; "@media (min-width:900px)": { fontSize: string; }; "@media (min-width:1200px)": { fontSize: string; }; "@media (min-width:1600px)": { fontSize: string; }; fontWeight: number; lineHeight: number; fontSize: string; }; h2: { "@media (min-width:600px)": { fontSize: string; }; "@media (min-width:900px)": { fontSize: string; }; "@media (min-width:1200px)": { fontSize: string; }; "@media (min-width:1600px)": { fontSize: string; }; fontWeight: number; lineHeight: number; fontSize: string; }; h3: { "@media (min-width:600px)": { fontSize: string; }; "@media (min-width:900px)": { fontSize: string; }; "@media (min-width:1200px)": { fontSize: string; }; "@media (min-width:1600px)": { fontSize: string; }; fontWeight: number; lineHeight: number; fontSize: string; }; h4: { "@media (min-width:600px)": { fontSize: string; }; "@media (min-width:900px)": { fontSize: string; }; "@media (min-width:1200px)": { fontSize: string; }; "@media (min-width:1600px)": { fontSize: string; }; fontWeight: number; lineHeight: number; fontSize: string; }; h5: { fontWeight: number; lineHeight: number; fontSize: string; }; h6: { "@media (min-width:600px)": { fontSize: string; }; "@media (min-width:900px)": { fontSize: string; }; "@media (min-width:1200px)": { fontSize: string; }; "@media (min-width:1600px)": { fontSize: string; }; fontWeight: number; lineHeight: number; fontSize: string; }; header: { fontWeight: number; lineHeight: string; fontSize: string; }; title: { fontWeight: number; lineHeight: number; fontSize: string; }; subtitle: { fontWeight: number; lineHeight: number; fontSize: string; }; text700: { fontWeight: number; lineHeight: number; fontSize: string; }; text600: { "@media (min-width:600px)": { fontSize: string; }; "@media (min-width:900px)": { fontSize: string; }; "@media (min-width:1200px)": { fontSize: string; }; "@media (min-width:1600px)": { fontSize: string; }; fontWeight: number; lineHeight: number; fontSize: string; }; text500: { fontWeight: number; lineHeight: number; fontSize: string; }; text400: { fontWeight: number; lineHeight: number; fontSize: string; }; lead: { fontWeight: number; lineHeight: number; fontSize: string; }; text: { fontWeight: number; lineHeight: number; fontSize: string; }; smallText: { fontWeight: number; lineHeight: number; fontSize: string; }; big: { fontWeight: number; lineHeight: number; fontSize: string; }; medium: { "@media (min-width:600px)": { fontSize: string; }; "@media (min-width:900px)": { fontSize: string; }; "@media (min-width:1200px)": { fontSize: string; }; "@media (min-width:1600px)": { fontSize: string; }; color: string; lineHeight: number; fontSize: string; }; button: { fontWeight: number; lineHeight: number; fontSize: string; textTransform: string; }; }; export default typography;