import React from 'react'; declare const RenderError: React.FC<{ error: Error; resetErrorBoundary?: () => void; }>; export default RenderError;