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