interface ErrorBoundaryProps { reportError: (error: unknown) => void; } export declare function ErrorBoundary(props: ErrorBoundaryProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=error-boundary.d.ts.map