import type { ScaleBand, ScaleLinear } from 'd3-scale'; import type { BoundingRect } from '@shopify/polaris-viz-core'; import type { TooltipPosition, TooltipPositionParams } from '../types'; interface Props extends Omit { containerBounds: BoundingRect; xScale: ScaleBand; yScale: ScaleLinear; } export declare function getVerticalBarChartTooltipPosition({ chartBounds, containerBounds, data, event, eventType, index, longestSeriesIndex, type, xScale, yScale, }: Props): TooltipPosition; export {}; //# sourceMappingURL=getVerticalBarChartTooltipPosition.d.ts.map