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