import * as React from 'react'; import { InjectedIntlProps } from 'react-intl'; import { Mod } from './Extended'; export interface Props { mods: Mod[]; showInfo: boolean; stat_id: string; } declare const _default: React.ComponentClass & { WrappedComponent: ReactIntl.ComponentConstructor; }; export default _default;