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