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