import React, { type PropsWithChildren } from "react";
import type { II18nContext } from "./types";
export declare const I18nContext: React.Context<II18nContext>;
export declare const I18nContextProvider: React.FC<PropsWithChildren<II18nContext>>;
//# sourceMappingURL=index.d.ts.map