export default TotalizerIcon; declare class TotalizerIcon extends React.PureComponent { constructor(props: Readonly); constructor(props: any, context?: any); render(): JSX.Element; } declare namespace TotalizerIcon { export namespace propTypes { export const item: PropTypes.Validator; iconBackgroundColor: PropTypes.Requireable; }>>; } } import React from "react"; import PropTypes from "prop-types";