import React from "react"; export interface IVeltHighChartCommentsProps { id: string; chartComputedData: any; dialogMetadataTemplate?: string[]; Highcharts?: any; } declare const VeltHighChartComments: React.FC; export default VeltHighChartComments;