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