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