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