import { useDynamicContext } from "@dynamic-labs/sdk-react-core"; /** * Hook that provides access to the Universal Sign-In context. * This is a branded wrapper around Dynamic's useDynamicContext hook. */ export declare const useUniversalSignInContext: () => ReturnType; //# sourceMappingURL=useUniversalSignInContext.d.ts.map