import React from 'react';
export interface IVeltCommentBubbleCommentsCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
}
declare const VeltCommentBubbleCommentsCount: React.FC<IVeltCommentBubbleCommentsCountProps>;
export default VeltCommentBubbleCommentsCount;
