import { type ChartDrawingArea } from "../hooks/index.mjs"; import { type TickItem } from "../hooks/useTicks.mjs"; import { type ChartsYAxisProps } from "../models/index.mjs"; export declare function shortenLabels(visibleLabels: TickItem[], drawingArea: Pick, maxWidth: number, isRtl: boolean, tickLabelStyle: ChartsYAxisProps['tickLabelStyle']): Map;