import React from 'react'; declare const withGlobal: (WrappedCompopnent: React.ComponentType<{}>) => React.ComponentType<{}>; export default withGlobal;