export declare const defaultMergeProps: (stateProps: any, dispatchProps: any, ownProps: any) => any; export declare const wrapMergePropsFunc: (mergeProps: any) => (_dispatch: any, { displayName, pure, areMergedPropsEqual }: { displayName: any; pure: any; areMergedPropsEqual: any; }) => (stateProps: any, dispatchProps: any, ownProps: any) => any; export declare const whenMergePropsIsFunction: (mergeProps: any) => unknown; export declare const whenMergePropsIsOmitted: (mergeProps: any) => unknown; export declare const defaultMergePropsFactories: ((mergeProps: any) => unknown)[];