import { i18n } from "i18next"; import { FC, PropsWithChildren } from "react"; export declare type II18NextProviderProps = PropsWithChildren<{ i18next: i18n; }>; export declare const I18NextProvider: FC;