/// import type { Store } from 'redux'; export declare const StoreContextFactory: >(store: STORE) => { Context: import("react").Context; mapStoreState: (mapStateToProps: (state: ReturnType) => SP, stateKeysToWatch: (keyof ReturnType)[]) => (props: P) => import("tsfn").TExtend; mapStoreDispatch: (dispatchName: K) => (props: P_1) => import("tsfn").TExtend; };
(mapStateToProps: (state: ReturnType) => SP, stateKeysToWatch: (keyof ReturnType)[]) => (props: P) => import("tsfn").TExtend; mapStoreDispatch: (dispatchName: K) => (props: P_1) => import("tsfn").TExtend; };
; mapStoreDispatch: (dispatchName: K) => (props: P_1) => import("tsfn").TExtend; };