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