import * as React from 'react'; import { InjectedProps } from './connect-errors'; export interface Props { } export declare class ErrorToastNotificationsView extends React.Component { _errorContainer: HTMLDivElement | undefined; componentDidMount(): void; componentWillReceiveProps(newProps: Props & InjectedProps): void; _renderErrors(props: Props & InjectedProps): void; render(): string | number | boolean | {} | React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | React.ReactPortal | null | undefined; } export declare const ErrorToastNotifications: import("../component-class").Component; export default ErrorToastNotifications;