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