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