export type { IBasicComment, IComment, ICommentCard, ICommentAction, ICommentAuthor, ICommentRichText, ICommentAttachment, } from './CommentCard.container';
export { CommentCardContainer as CommentCard } from './CommentCard.container';
