import { FC } from 'react';
import { TooltipProps } from './types';
declare const Tooltip: FC<TooltipProps>;
export default Tooltip;
