import { TooltipProps } from 'antd'; import './style/index.less'; interface IProps { haveMore?: number; } declare function TooltipHOC(_props: IProps & TooltipProps): JSX.Element; export default TooltipHOC;