import { ICommentCard, ICommentAuthor } from './CommentCard.container';
export declare const getNonAuthorParticipants: (participants: ReadonlyArray<ICommentAuthor>, author: ICommentAuthor) => ReadonlyArray<ICommentAuthor>;
export declare const CommentCardComponent: React.FC<ICommentCard>;
