import type { PropsWithChildren } from 'react'; import type { Auth0Options } from '../types'; export declare const Auth0Provider: ({ children, ...options }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Auth0Provider.d.ts.map