import type { ErrorBoundaryPropsType } from './types'; export declare const SentryErrorBoundary: ({ children, boundaryName, fallback, }: ErrorBoundaryPropsType) => import("react/jsx-runtime").JSX.Element;