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