import React, { type PropsWithChildren } from 'react'; import { type IntlShape, type WithIntlProps } from 'react-intl'; export type MessagesIntlProviderProps = PropsWithChildren<{ intl: IntlShape; }>; declare const _default_1: React.FC> & { WrappedComponent: React.ComponentType; }; export default _default_1;