import type { ScaleLinear } from 'd3-scale'; import type { TooltipPosition, TooltipPositionParams } from '../types'; interface Props extends Omit { xScale: ScaleLinear; } export declare function getHorizontalBarChartTooltipPosition({ chartBounds, data, event, eventType, index, longestSeriesIndex, type, xScale, }: Props): TooltipPosition; export {}; //# sourceMappingURL=getHorizontalBarChartTooltipPosition.d.ts.map