import * as React from 'react'; import type { ITooltipProps } from './Tooltip.types'; export declare const Tooltip: React.FunctionComponent;