import type { Dimensions } from '@shopify/polaris-viz-core'; export interface Props { chartDimensions: Dimensions; isSimple: boolean; isStacked: boolean; seriesLength: number; singleBarCount: number; xAxisHeight: number; } export declare function useHorizontalBarSizes({ chartDimensions, isSimple, isStacked, seriesLength, singleBarCount, xAxisHeight, }: Props): { barHeight: number; chartHeight: number; groupBarsAreaHeight: number; groupHeight: number; }; //# sourceMappingURL=useHorizontalBarSizes.d.ts.map