interface ErrorContextType {
    onError?: (error: unknown) => void;
}
export declare const defaultErrorContext: ErrorContextType;
export declare const ErrorContext: import("react").Context<ErrorContextType>;
export {};
