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