import * as React from "react"; import { LoggingPanelChildrenProps, LoggingPanelProps } from "./ErrorUI.definitions"; export declare class ErrorUI extends React.PureComponent { private static getBadgeChildren; /** * Default properties * * @static * @readonly */ static readonly defaultProps: Partial; render(): JSX.Element; } export declare const Connected: import("react-redux").ConnectedComponent & { theme?: import("@emotion/react").Theme; }>, import("react-redux").Omit & { theme?: import("@emotion/react").Theme; }, "Badge" | "errors" | "callNetworkIssues" | "componentAffected" | "incidentAffected"> & { children?: React.ReactNode; } & LoggingPanelProps>;