import * as React from "react";
import { type IntlShape } from "../types.js";
declare const IntlContext: React.Context<IntlShape>;
declare const Provider: React.Provider<IntlShape>;
export { Provider, IntlContext as Context };
