/// <reference types="react" />
import { IIOContext } from "../_types/IIOContext";
/**
 * A context to store the IOContext in for component use
 */
export declare const IOContextContext: import("react").Context<IIOContext | null>;
/**
 * A provider for the IOContexts
 */
export declare const IOContextProvider: import("react").Provider<IIOContext | null>;
//# sourceMappingURL=IOContextContext.d.ts.map