import React from 'react'; import { TooltipProps } from 'antd'; declare const Tooltip: React.FC; export default Tooltip;