/// import { TooltipProps } from './types'; declare const Tooltip: { (props: TooltipProps): JSX.Element; defaultProps: {}; }; export default Tooltip;