import Comment, { CommentProps } from './Comment';
export default Comment;
export { CommentProps };
