export { default } from './Typography'; export type { TypographyProps, TypographyVariant, TypographyAlign, TypographyColor, TypographyWeight } from './type'; export { typographyClassNames } from './constants'; export type { TypographyClassNames } from './constants';