import ContextInterface from './interfaces/context';
export declare const Context: import("react").Context<ContextInterface<any>>;
