import { TranslateParams } from '@tolgee/web'; import React from 'react'; import { ParamsTags } from './types'; export declare const wrapTagHandlers: (params: TranslateParams | undefined) => any; export declare const addReactKeys: (children: React.ReactNode | React.ReactNode[] | undefined) => any;