import { type PropsWithChildren } from 'react'; /** A wrapper that holds the runtime css token variables of the global font size, to be accessed by child SingleValue components */ export declare const GlobalFontSizeVariables: ({ children }: PropsWithChildren) => import("react/jsx-runtime.js").JSX.Element;