export { internalTextProps, default as InternalUText } from './src/text'; export type { InternalTextProps } from './src/text'; export type { TypographyVariant, TypographyVariantOptions, /** * @deprecated Weight options are fixed; override via `variantOptions` instead. */ TypographyVariantWeightsOptions } from './src/variants';