import type { ScaleBand, ScaleLinear } from 'd3-scale'; export declare function getValueFromXScale(index: number | string, xScale: ScaleLinear | ScaleBand): number; //# sourceMappingURL=getValueFromXScale.d.ts.map