import type { AnnotationsTrackConfig } from '../../core/components/annotations/types/annotations-track-props.js'; import type { XYChartData } from '../../xy-chart/types/xy-chart.js'; export { ANNOTATIONS_KEYS } from '../shared/utils/render-xy-annotations.js'; export declare const transformHistogramAnnotationsToXY: (tracks: AnnotationsTrackConfig[]) => XYChartData[];