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