import { SafeContextOptions } from 'fastapi-rtk/utils'; import { useTranslation } from '../../../.external/lib/react-i18next'; import { LangContextValue } from './types'; export declare const InnerInnerLangContextProvider: import('react').Provider, useLangProvider: (options?: SafeContextOptions) => LangContextValue; /** * Access the language context. * * @param options - Options for the context hook. * @returns The language context object. */ export declare const useLang: (options?: SafeContextOptions) => LangContextValue; export { useTranslation };