///
import { UseTranslationResponse } from 'react-i18next';
export declare function useTranslation(): UseTranslationResponse;
declare const _default:
(component: import("react").ComponentType
) => import("react").ComponentType> & import("react-i18next").WithTranslationProps>;
export default _default;