export function mapStateToProps(state: any, ownProps: any, cmfProps: any): {
    items: any;
    state: any;
};
export function mergeProps(stateProps: any, dispatchProps: any, ownProps: any): any;
declare const _default: any;
export default _default;
