import { Typography } from '@alifd/next'; export default Typography; export type { TypographyProps, TextProps as TypographyTextProps, TitleProps as TypographyTitleProps, ParagraphProps as TypographyParagraphProps, } from '@alifd/next/types/typography';