import type { StackedBarGapDirections, StackedSeries } from '../../../types'; export declare function useStackedGapsForVerticalChart({ stackedValues, labels, }: { stackedValues: StackedSeries[] | null; labels: string[]; }): { [key: number]: StackedBarGapDirections; }; //# sourceMappingURL=useStackedGapsForVerticalChart.d.ts.map