import type { TooltipData } from '../../../types'; export declare function useGetLongestLabelFromData(tooltipData?: TooltipData[]): { keyWidth: number; valueWidth: number; }; //# sourceMappingURL=useGetLongestLabelFromData.d.ts.map