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