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