/// <reference types="react" />
import { OktaAuthContextProviderProps } from './types';
/**
 * Okta Auth Context is used to access context in the okta authentication workflow
 */
export declare const OktaAuthContext: import("react").Context<OktaAuthContextProviderProps | null>;
