/// import { EnrichedReaction, UR } from 'getstream'; import { OnClickUserHandler, PropsWithElementAttributes } from '../utils'; import { DefaultUT } from '../context/StreamApp'; export declare type CommentItemProps = PropsWithElementAttributes<{ comment: EnrichedReaction; onClickUser?: OnClickUserHandler; } & Partial void>>>; export declare const CommentItem: ({ comment: { user, created_at, data }, onClickHashtag, onClickMention, onClickUser, className, style, }: CommentItemProps) => JSX.Element; //# sourceMappingURL=CommentItem.d.ts.map