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