import React from 'react'; type PlateCommentProps = { commentId: string; }; export declare function CommentItem({ commentId }: PlateCommentProps): React.JSX.Element | null; export {};