import type { DataGroup, XAxisOptions } from '@shopify/polaris-viz-core'; interface Props { drawableWidth: number; data: DataGroup[]; xAxisOptions: Required; } export declare function useXScale({ drawableWidth, data, xAxisOptions }: Props): { xScale: import("d3-scale").ScaleLinear; labels: string[]; }; export {}; //# sourceMappingURL=useXScale.d.ts.map