import { I18nContextProps, I18nContextType } from './interfaces.js';
declare function I18nProvider(props: I18nContextProps): import("react/jsx-runtime").JSX.Element;
declare function useI18n(): I18nContextType;
export { I18nProvider, useI18n };
