export type TextVariant = 'display' | 'heading1' | 'heading2' | 'title1' | 'title2' | 'title3' | 'body' | 'bodyAccent' | 'helper' | 'caption' | 'link' | 'label' | 'placeholder' | 'info' | 'infoAccent'; export type TextSize = 'small' | 'medium' | 'large'; export type TextTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'label' | 'a';