import { BarChartLabelPosition, BarChartMarshalledGroup } from '../types'; export declare const getLabelY: (labelPosition: BarChartLabelPosition, y2: number, item: BarChartMarshalledGroup) => number;