import type { FC } from 'react'; interface CommentAddProps { className?: string; } declare const CommentAdd: FC; export default CommentAdd;