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