export function mapStateToProps(state: any, ownProps: any): {
    actions: any[];
    selected: any;
};
export function mergeProps(stateProps: any, dispatchProps: any, ownProps: any): any;
declare const _default: any;
export default _default;
