/// import { ITooltipProps } from './Tooltip.types'; export declare const Tooltip: (props: ITooltipProps) => JSX.Element;