/** * Copyright (c) 2023 Google LLC * SPDX-License-Identifier: MIT */ import type { Namespace, UseTranslationOptions } from 'react-i18next'; export declare const useTranslation: (ns?: Namespace | undefined, options?: UseTranslationOptions | undefined) => import("react-i18next").UseTranslationResponse;