declare const typeface: { serif: string; 'sans-serif': string; monospace: string; }; declare const weights: {}; declare const fontSizes: {}; declare const fontSizeAliases: {}; declare const letterSpacings: {}; export { typeface, weights, fontSizes, fontSizeAliases, letterSpacings };