import { Dict } from '../types'; type Typography = { fonts: Dict; fontSizes: Dict; fontWeights: Dict; }; declare const typography: Typography; export default typography;