import { AnnotationsTooltipProps } from '../../core/components/annotations/components/tooltip/types/annotations-tooltip-props.js'; export declare const Tooltip: { (props: AnnotationsTooltipProps): null; displayName: string; };