import * as react from 'react'; /** A higher-order function that wraps a React class component with additional error boundary handling. */ declare const wrapErrorBoundary: (Component: T) => T; export = wrapErrorBoundary;