import { LabelAlignment, LabelCoords } from '../types/range-legend.internal.js'; /** * Returns the coordinates of the label, depending on the type of alignment, * positioned in a vertical layout. */ export declare const getVerticalLabelPosition: (labelHeight: number, itemStartPosition: number, itemEndPosition: number, alignment: LabelAlignment) => Required;