import * as React from 'react'; declare const withQueryClient: (Component: React.ComponentType) => React.FC; export default withQueryClient;