import * as React from 'react'; type TWithContext = (Component: React.ComponentType) => React.ComponentType; declare const withContext: TWithContext; export { withContext };