import React from 'react'; import { InjectedIntlProps } from 'react-intl'; export interface Props { children: React.ReactChild; } declare const _default: React.ComponentClass & { WrappedComponent: ReactIntl.ComponentConstructor; }; export default _default;