/// export default function ErrorBoundaryFallbackComponent({ componentStack, error, }: { componentStack: any; error: any; }): JSX.Element;