import React from 'react'; import type { OAuth } from '../types'; export declare const OAuthProvider: ({ children }: { children: React.ReactNode; }) => JSX.Element; export declare const useOAuthContext: () => OAuth;