import { TransProps } from '.'; export default function Trans({ i18nKey, values, components, fallback, defaultTrans, ns, }: TransProps): any;