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