import type { LineChartDataSeriesWithDefaults } from '@shopify/polaris-viz-core'; export declare function useFormatData(data: LineChartDataSeriesWithDefaults[]): { longestSeriesLength: number; longestSeriesIndex: number; }; //# sourceMappingURL=useFormatData.d.ts.map