export { InheritColor, Text, Title, Display } from './internal/typography'; export { useScaledFallbackFontStyles } from './internal/fallback_font_sizing'; export type { DisplayProps, DisplayTypographySize, TypographyHandle, TextProps, TextTypographySize, TitleProps, TitleTypographySize, TypographyAlignment, TypographySize, TypographyTone, TypographyVariant, TypographyWeight, } from './internal/typography';