import React from 'react'; export interface IVeltCommentTextProps extends React.DetailedHTMLProps, HTMLElement> { annotationId?: string; multiThreadAnnotationId?: string; } declare const VeltCommentText: React.FC; export default VeltCommentText;