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