/// <reference types="react" />
import { AppInterface } from "..";
export declare const OpenDashContext: import("react").Context<AppInterface>;
