import { I18n } from '.';
export default function useTranslation(defaultNS?: string): I18n;
