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