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