import { Typography } from 'antd' const { Title } = Typography export * from './Paragraph' export * from './ButtonText' export * from './TinyText' export * from './Text' export * from './Link' export { Title }