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