import * as React from "react"; export interface IErrorInfoProps { error: Error; showError: boolean; showStack?: boolean; } export declare const ErrorInfo: React.FunctionComponent; //# sourceMappingURL=ErrorInfo.d.ts.map