import * as React from 'react'; declare function hoistNonReactStatics( TargetComponent: React.ComponentType, SourceComponent: React.ComponentType, customStatic?: any): React.ComponentType; export = hoistNonReactStatics