export type RenderErrorContextType = {
    error: Error | null;
};
export declare const RenderErrorContext: import("react").Context<RenderErrorContextType>;
