import type { ScaleLinear } from 'd3-scale'; import type { StackedBarGapDirections } from '../../../../types'; interface Props { start: number; end: number; seriesIndex: number; gaps: StackedBarGapDirections; xScale: ScaleLinear; } export declare function getXPosition({ start, end, seriesIndex, gaps, xScale }: Props): number; export {}; //# sourceMappingURL=getXPosition.d.ts.map