import React from 'react'; interface Props { data: any; currentAlgo: string; form: any; reAnalyse: number; nodeProperties: string[]; } declare const ResultTable: React.FC; export default ResultTable;