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