import { JSXElementConstructor } from 'react'; import { GetProps, Matching } from 'react-redux'; export declare const connect: >>>(mapStateToProps?: (state: any, _: any, __: any) => any, makeMapDispatchToProps?: () => (dispatch: any, _: any, __: any) => { dispatch: any; }, reduxMergeProps?: any, options?: any) => (BaseComponent: T) => import("react").ComponentType;