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