import type { DataSeries, LabelFormatter } from '@shopify/polaris-viz-core'; interface Props { data: DataSeries[]; labelFormatter: LabelFormatter; } export declare function useFormattedLabels({ data, labelFormatter }: Props): { formattedLabels: string[]; unformattedLabels: string[]; }; export {}; //# sourceMappingURL=useFormattedLabels.d.ts.map