export declare const typography: { subtitle1: { fontFamily: string; fontWeight: number; }; subtitle2: { fontFamily: string; fontWeight: number; }; overline: { fontFamily: string; fontWeight: number; }; }; export default typography;