/// <reference types="react" />
import { ErrorContextProviderProps } from './types';
/**
 * Error Context is used to access context in the registration workflow screens.
 */
export declare const ErrorContext: import("react").Context<ErrorContextProviderProps | null>;
