declare module 'hoist-non-react-statics' { import * as React from 'react'; export default function hoistNonReactStatics( TargetComponent: React.ComponentType, SourceComponent: React.ComponentType, customStatic?: any): React.ComponentType; }