import { Context } from 'use-context-selector'; import { ComponentPropsType, InferStateFromContext } from '../connect/types'; declare const createUseSelectorHook: >(context: C) => >(mapStateToSelector: (state: InferStateFromContext, props?: Props) => SelectedState, props?: Props) => SelectedState; export default createUseSelectorHook;