export declare const typography: { display: { fontFamily: string; fontWeight: number; }; display1: { fontFamily: string; fontWeight: number; }; display2: { fontFamily: string; fontWeight: number; }; title1: { fontFamily: string; fontWeight: number; }; title2: { fontFamily: string; fontWeight: number; }; title3: { fontFamily: string; fontWeight: number; }; title4: { fontFamily: string; fontWeight: number; }; lead1: { fontFamily: string; fontWeight: number; }; lead2: { fontFamily: string; fontWeight: number; }; subtitle1: { fontFamily: string; fontWeight: number; }; subtitle2: { fontFamily: string; fontWeight: number; }; body1: { fontFamily: string; fontWeight: number; }; body2: { fontFamily: string; fontWeight: number; }; button1: { fontFamily: string; fontWeight: number; }; button2: { fontFamily: string; fontWeight: number; }; detail1: { fontFamily: string; fontWeight: number; }; detail2: { fontFamily: string; fontWeight: number; }; overline: { fontFamily: string; fontWeight: number; }; }; export default typography;