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