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