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