interface FontSizeContextProps { fontSize: number; refCallback: (instance: HTMLElement | null) => void; } export declare const FontSizeContext: import("react").Context; export {};