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