import { ComponentType } from 'react'; import { ArchbaseErrorBoundaryProps } from './types'; export declare function withArchbaseErrorBoundary(component: ComponentType, errorBoundaryProps: ArchbaseErrorBoundaryProps): any;