export declare const withErrorBoundary: (comp: T, config?: { renderError?: (e: any) => any; }) => T;