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