/// import { EnrichedActivity } from 'getstream'; import { PropsWithElementAttributes } from '../utils'; import { DefaultUT, DefaultAT } from '../context/StreamApp'; export declare type AttachedActivityProps = PropsWithElementAttributes<{ activity: EnrichedActivity; }>; export declare function AttachedActivity({ activity: { object, verb, attachments, actor }, className, style, }: AttachedActivityProps): JSX.Element | null; //# sourceMappingURL=AttachedActivity.d.ts.map