/// <reference types="react" />
import { JsonContextType } from './global';
export declare const defaultValue: JsonContextType;
export declare const JsonContext: import("react").Context<JsonContextType>;
export declare function useJsonContext(): JsonContextType;
