import React from 'react';
export interface IVeltNivoChartCommentsProps {
    id: string;
    chartComputedData?: any;
    dialogMetadataTemplate?: string[];
}
declare const VeltNivoChartComments: React.FC<IVeltNivoChartCommentsProps>;
export default VeltNivoChartComments;
