import React from 'react'; import hoistNonReactStatics from 'hoist-non-react-statics'; import { CollectorComponent } from './shared/types'; declare const collect: >(ComponentToWrap: C) => (React.ComponentClass, Exclude, "store">>, any> & CollectorComponent & hoistNonReactStatics.NonReactStatics) | (React.FunctionComponent, Exclude, "store">>> & CollectorComponent & hoistNonReactStatics.NonReactStatics); export default collect;