import React from 'react'; export declare function CommentAvatar({ userId }: { userId: string | null; }): React.JSX.Element | null;