import React from 'react'; import type { ParagraphProps as AntParagraphProps } from 'antd/es/typography/Paragraph'; export * from 'antd/es/typography/Paragraph'; export interface ParagraphProps extends AntParagraphProps { } declare const Paragraph: React.ForwardRefExoticComponent>; export default Paragraph;