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