import { ReactNode } from 'react'; import { RouteType } from 'types'; export declare const AuthenticatedRoutesWrapper: ({ children, routes, unlockRoute, onRedirect }: { children: ReactNode; routes: RouteType[]; unlockRoute: string; onRedirect?: ((unlockRoute?: string) => void) | undefined; }) => JSX.Element | null; //# sourceMappingURL=index.d.ts.map