import * as React from "react"; import { IErrorInfo } from "../ErrorInfo/IErrorInfo"; export interface IRenderErrorProps { errorInfo: IErrorInfo; } export declare const RenderError: React.FunctionComponent; //# sourceMappingURL=RenderError.d.ts.map