import React, { type PropsWithChildren } from 'react'; declare const MessagesIntlProvider: (props: PropsWithChildren<{}>) => React.JSX.Element; export default MessagesIntlProvider;