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