import { type PropsWithChildren } from 'react'; export declare const GlobalFontSizeProvider: ({ children, valueCount, labelCount, trendCount, }: PropsWithChildren<{ valueCount: number; labelCount: number; trendCount: number; }>) => import("react").JSX.Element; //# sourceMappingURL=global-font-size-provider.d.ts.map