import React from "react"; import type { AuthorizationManagerConfiguration } from "@globus/sdk/core/authorization/AuthorizationManager"; export type Props = React.PropsWithChildren; export declare const Provider: ({ environment, children, ...authorizationManagerConfigruation }: Props) => JSX.Element; //# sourceMappingURL=Provider.d.ts.map