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