interface CommentReplyInputProps { commentId: string; commentUsername?: string; replyCount: number; } export declare const CommentReplyInput: ({ commentId, replyCount, commentUsername, }: CommentReplyInputProps) => import("react/jsx-runtime").JSX.Element; export {};