declare const fonts: { fontWeight100: number; fontWeight200: number; fontWeight300: number; fontWeight400: number; fontWeight401: number; fontWeight500: number; fontWeight600: number; fontWeight700: number; fontWeight800: number; fontWeight900: number; fontFamily010: { fontFamily: string; }; fontFamily020: { fontFamily: string; }; fontFamily030: { fontFamily: string; }; fontSize010: string; fontSize020: string; fontSize030: string; fontSize040: string; fontSize050: string; fontSize060: string; fontSize070: string; fontSize080: string; fontSize090: string; fontSize100: string; fontSize110: string; fontSize120: string; fontSize130: string; fontSize140: string; fontSize150: string; fontSize160: string; letterSpacing010: string; letterSpacing020: string; letterSpacing030: string; letterSpacing040: string; letterSpacing050: string; fontLineHeight010: number; fontLineHeight020: number; fontLineHeight030: number; fontLineHeight040: number; fontLineHeight050: number; fontLineHeight060: number; fontStyleNormal: string; fontStyleItalic: string; fontStyleOblique: string; }; export { fonts };