/// <reference types="react" />
import { RegistrationWorkflowContextProps } from './types';
/**
 * Registration Workflow Context is used to access context in the Registration Workflow component
 */
export declare const RegistrationWorkflowContext: import("react").Context<RegistrationWorkflowContextProps | null>;
