import type { BoundingRect } from '@shopify/polaris-viz-core'; import type { TooltipPositionParams } from '../types'; interface Props extends Pick { containerBounds: BoundingRect; parentElement: SVGSVGElement | null; } export declare function getDonutChartTooltipPosition({ containerBounds, event, eventType, index, parentElement, }: Props): import("../types").TooltipPosition; export {}; //# sourceMappingURL=getDonutChartTooltipPosition.d.ts.map