import { type IUseState, IUseState$ } from "@leight/context"; import { type IStoreApi, type IStoreProps } from "@leight/zustand"; import { type Context } from "react"; export declare const withUseState: >(Context: Context | null>, name: string, hint?: string) => IUseState; export declare const withUseState$: >(Context: Context | null>) => IUseState$; //# sourceMappingURL=withUseState.d.ts.map