export interface IErrorInfo {
    error: Error;
    showError: boolean;
}
//# sourceMappingURL=IErrorInfo.d.ts.map