import React from "react";
import { UIAppState } from "../types";
export declare const UIAppStateContext: React.Context<UIAppState>;
export declare const useUIAppState: () => UIAppState;
