import React from 'react'; declare const Tables: React.FC<{ initialTableList: any[]; }>; export default Tables;