import * as React from 'react';
import { QueryClient } from 'react-query';
type Props = {
    queryClient: QueryClient;
};
export declare const wrapper: ({ queryClient }: Props) => ({ children }: {
    children: React.ReactNode;
}) => React.JSX.Element;
export {};
//# sourceMappingURL=wrapper.d.ts.map