import { MapStateToProps, InferableComponentEnhancerWithProps } from 'react-redux'; import { ActionCreatorsMapObject } from 'redux'; declare const connect: (mapStateToProps?: MapStateToProps, actions?: ActionCreatorsMapObject) => InferableComponentEnhancerWithProps<{}, any>; export default connect;