import React from 'react'; export interface IVeltChartCommentProps extends React.DetailedHTMLProps, HTMLElement> { commentMetadata?: { [key: string]: any; }; dialogMetadataTemplate?: string[]; ghostComment?: boolean; } declare const VeltChartComment: React.FC; export default VeltChartComment;