import { IntlShape } from '@formatjs/intl'; export interface IIntlShapeRich extends IntlShape { formatErrorMessage: IntlShape['formatMessage']; } export declare const DEFAULT_INTL: IIntlShapeRich;