import { IntlShape } from 'react-intl'; export declare const useSingleIntl: (locale: string) => { intl: IntlShape; };