/** * Dedicated i18next instance for the WebPartTitle component. * Uses a separate instance to avoid conflicts with the host application's i18n setup. */ declare const i18n: import("i18next").i18n; export default i18n;