import { FC } from 'react'; import { WithAuthenticationTestProvidersProps } from './types'; declare const withAuthenticationTestProviders: (Component: FC) => ({ context, initialCookies, ...props }: Props & WithAuthenticationTestProvidersProps) => import("react/jsx-runtime").JSX.Element; export default withAuthenticationTestProviders; //# sourceMappingURL=index.d.ts.map