import { IntlShape } from 'react-intl';
declare const formatCount: (count: number, intl: IntlShape) => string | string[];
export { formatCount };
