import type { ScaleLinear } from 'd3-scale'; import type { AnimatedCoordinate } from 'types'; interface GetLinearYPositionProps { activePointIndex: number; animatedCoordinates: AnimatedCoordinate; index: number; offset: number; xScale: ScaleLinear; } export declare function getLinearXPosition({ activePointIndex, animatedCoordinates, index, offset, xScale, }: GetLinearYPositionProps): any; export {}; //# sourceMappingURL=getLinearXPosition.d.ts.map