import { AnnotationsTooltipConfig, AnnotationsTooltipProps } from '../../core/components/annotations/components/tooltip/types/annotations-tooltip-props.js'; /** * Populates missing tooltip props with defaults * * @param tooltipProps - * @param tooltipConfig - */ export declare const populateMissingTooltipProps: (tooltipProps: AnnotationsTooltipProps, tooltipConfig?: AnnotationsTooltipProps) => AnnotationsTooltipConfig;