import { ErrorBoundaryBase } from './ErrorBoundaryBase'; export declare class ErrorBoundaryExclude extends ErrorBoundaryBase { render(): any; }