export type TypographyType = | 'action' | 'caption' | 'snippet' | 'detail' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'hack' | 'label' | 'option' | 'paragraph' | 'tip' export type TypographyVariants = | 'title' | 'info' | 'read' | 'code' export type TypographyReadingVariants = | 'info' | 'read' export type TypographyTitleType = | 'action' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' export type TypographyInfoType = | 'caption' | 'detail' | 'label' | 'option' | 'paragraph' | 'tip' export type TypographyReadType = | 'caption' | 'detail' | 'paragraph' export type TypographySmallerType = | 'tip' | 'option' export type TypographyMonoType = | 'snippet' | 'hack' export type TypographyTooltipType = | 'caption' | 'detail' | 'tip' export type TypographyInputType = | 'snippet' | 'detail'