import type { DataSeries } from '@shopify/polaris-viz-core'; interface Props { data: DataSeries[]; drawableWidth: number; labels: string[]; } export declare function useVerticalBarChart({ data, drawableWidth, labels }: Props): { sortedData: (number | null)[][]; areAllNegative: boolean; xScale: import("d3-scale").ScaleBand; gapWidth: number; }; export {}; //# sourceMappingURL=useVerticalBarChart.d.ts.map