/// <reference types="react" />
import type { IRootContext } from './typings/rootContext';
declare const RootContext: import("react").Context<Readonly<IRootContext>>;
export default RootContext;
