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