const typographyDictionary = [ 'action', 'caption', 'snippet', 'detail', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'hack', 'label', 'option', 'paragraph', 'tip', ] const typographyVariationsDictionary = [ 'title', 'info', 'read', 'code', ] const typographyReadingVariationsDictionary = [ 'info', 'read', ] const typographyMonoDictionary = [ 'snippet', 'hack', ] const typographyTitleDictionary = [ 'action', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', ] const typographyInfoDictionary = [ 'caption', 'detail', 'label', 'option', 'paragraph', 'tip', ] const typographyReadDictionary = [ 'caption', 'detail', 'paragraph', ] const typographySmallerDictionary = [ 'option', 'tip', ] const typographyTooltipDictionary = [ 'caption', 'detail', 'tip', ] const typographyInputDictionary = [ 'snippet', 'detail', ] export { typographyDictionary, typographyInfoDictionary, typographyInputDictionary, typographyMonoDictionary, typographyReadDictionary, typographyReadingVariationsDictionary, typographySmallerDictionary, typographyTitleDictionary, typographyTooltipDictionary, typographyVariationsDictionary, }