import type { ComponentProps } from 'react'; import { Trans } from 'react-i18next/TransWithoutContext'; type FunkitTransProps = Omit, 'i18n' | 't'>; /** * The SDK's ``: copy with tagged spans (``) rendered * through the `components` map, bound to the SDK's private i18next instance. * * The context-free `Trans` is deliberate: the host app may wrap the sheet in * its own react-i18next provider, and the contextual one would read that * provider's namespace. `t` comes from the SDK provider so the copy follows * the SDK locale, not the host's. */ export declare function FunkitTrans(props: FunkitTransProps): import("react").JSX.Element; export {}; //# sourceMappingURL=FunkitTrans.d.ts.map