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