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