import type { JSX } from 'react'; import type { ErrorBoundaryPropsType } from './types'; export declare const EmptyErrorBoundary: ({ children }: ErrorBoundaryPropsType) => JSX.Element;