import type { Context } from 'react'; import type { Store } from 'redux'; import type { TExtend } from 'tsfn'; export declare const ReduxStateFactory: (context: Context>) =>

(mapStateToProps: (state: S) => SP, stateKeysToWatch: (keyof S)[]) => (props: P) => TExtend;