import { StoreApi } from 'zustand';
declare const StoreContext: import("react").Context<StoreApi<any>>;
export default StoreContext;
