import { AnnotationsTooltipConfig, AnnotationsTooltipProps } from '../../core/components/annotations/components/tooltip/types/annotations-tooltip-props.js'; /** * Populates missing tooltip props with defaults and remaps the slot-level * `children` render function to `template` so the rest of the pipeline only * deals with one shape. Falls back to the context-supplied template when no * slot `children` is provided. */ export declare const populateMissingTooltipProps: (tooltipProps: AnnotationsTooltipProps, contextConfig?: AnnotationsTooltipProps | AnnotationsTooltipConfig) => AnnotationsTooltipConfig;