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