import type { TypographyFactory, TypographyProps, TypographyStylesNames } from './Typography'; export { Typography } from './Typography'; export type { TypographyProps, TypographyStylesNames, TypographyFactory };