import type { StackedBarGapDirections } from '../types'; interface PushGapToArrayProps { gaps: StackedBarGapDirections; index: number; direction: 'positive' | 'negative'; firstGapValue: number; } export declare function pushGapToArray({ gaps, index, direction, firstGapValue, }: PushGapToArrayProps): void; export {}; //# sourceMappingURL=pushGapToArray.d.ts.map