import { T as TransProps, b as I18nContext } from './shared/react.db1293d4.js';
export { d as TransRenderCallbackOrComponent, c as TransRenderProps } from './shared/react.db1293d4.js';
import React from 'react';
import '@lingui/core';

declare function TransRsc(props: TransProps): React.ReactElement<any, any> | null;

declare function useLingui(): I18nContext;

export { TransRsc as Trans, TransProps, useLingui };
