import type { IntlConfig } from "react-intl" export type ServerIntlProviderProps = React.PropsWithChildren<{ intl: IntlConfig }>