import { ComponentProps } from 'react'; import type { Trans as TransCompType } from '@wix/fe-essentials/react'; export type TransProps = Omit, 'i18n'>; export declare const Trans: (props: TransProps) => JSX.Element; //# sourceMappingURL=Trans.d.ts.map