import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../constants';
export interface IVeltCommentDialogCustomAnnotationDropdownContentItemIconProps extends IVeltWireframeCommonProps {
}
declare const VeltCommentDialogCustomAnnotationDropdownContentItemIcon: React.FC<IVeltCommentDialogCustomAnnotationDropdownContentItemIconProps>;
export default VeltCommentDialogCustomAnnotationDropdownContentItemIcon;
