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