import type { FallbackProps } from 'react-error-boundary'; /** * Fallback component shown in place of a component when an unhandled exception * is thrown, so the host app remains functional. Includes a reset button to allow * graceful recovery. * @internal */ export declare const ErrorFallback: ({ resetErrorBoundary }: FallbackProps) => import("react/jsx-runtime").JSX.Element;