export declare const DEFAULT_ITEM_FONT_STYLES: { fontSize: string; fontFamily: string; fontWeight: string; }; export declare const getHorizontalMeasurements: (labelText: string, labelX: number, fontSize?: string) => { boxX: number; boxWidth: number; textX: number; };