import { CommentProps } from './types'; declare const comment: ({ name, content, itemId, userId, isPrefab, data }: CommentProps) => void; export { comment };