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