/** * @param mapItemsToProps * @returns {function(any): any} */ export declare function inject(mapItemsToProps: Object): (WrappedComponent: any) => any;