import { Typography as OriginTypography } from 'antd'; import Text from 'antd/es/typography/Text'; import Link from 'antd/es/typography/Link'; import Title from 'antd/es/typography/Title'; import Paragraph from 'antd/es/typography/Paragraph'; import { TypographyProps as OriginTypographyProps } from 'antd/es/typography'; import Editable from 'antd/es/typography/Editable'; export { Editable }; export declare type TypographyProps = typeof Typography & { Text: typeof Text; Link: typeof Link; Title: typeof Title; Paragraph: typeof Paragraph; }; declare const Typography: OriginTypographyProps; export default OriginTypography;