/** * Hook responsible to detect and resolve the collisions for the boundary labels * (only first and last). * In the case where a collision is detected, the labels will be modified by * adding the text truncation. */ export declare const useLegendBoundaryLabelCollisionDetector: (startLabel: string, endLabel: string) => { startLabel: string; endLabel: string; }; //# sourceMappingURL=use-legend-boundary-label-collision-detector.d.ts.map