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