/** * @packageDocumentation * @module RegistrationContext */ import { RegistrationContextProviderProps } from './types.js'; /** * Registration Context is used to access context in the registration workflow. */ export declare const RegistrationContext: import("react").Context;