import type { StackedBarGapDirections } from '../types'; interface Props { gaps: StackedBarGapDirections; direction: 'positive' | 'negative'; seriesIndex: number; } export declare function getGapForIndex({ gaps, direction, seriesIndex }: Props): number; export {}; //# sourceMappingURL=getGapForIndex.d.ts.map