import React from 'react'; type CommentsCountProps = { commentsCount: number; }; export declare const CommentsCount: (props: CommentsCountProps) => React.JSX.Element; export {};