import * as React from "react";
import type { IntlConfig } from "../types.js";
declare const IntlProvider: React.FC<React.PropsWithChildren<IntlConfig>>;
export default IntlProvider;
