import React from 'react';
export interface IVeltCommentBubbleUnreadIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    defaultCondition?: boolean;
    annotationId?: string;
}
declare const VeltCommentBubbleUnreadIcon: React.FC<IVeltCommentBubbleUnreadIconProps>;
export default VeltCommentBubbleUnreadIcon;
