import type { FormattedStackedSeries, StackedBarGapDirections } from '../../../../types'; interface Props { stackedValues: FormattedStackedSeries[]; groupIndex: number; } export declare function useStackedGaps({ stackedValues, groupIndex }: Props): StackedBarGapDirections; export {}; //# sourceMappingURL=useStackedGaps.d.ts.map