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