export declare const GlobalFontSizeContext: import("react").Context<{ labelFontSize?: number; valueFontSize?: number; trendFontSize?: number; updateValueFontSize: (id: string, fontSize: number) => void; updateLabelFontSize: (id: string, fontSize: number) => void; updateTrendFontSize: (id: string, fontSize: number) => void; }>; //# sourceMappingURL=global-font-size.context.d.ts.map