import { ErrorBoundaryContextType } from './types/errorBoundary';
export declare const ErrorBoundaryContext: import("react").Context<ErrorBoundaryContextType>;
