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