interface DataTableProps { node: any; [field: string]: any; } declare const DataTable: (props: DataTableProps) => JSX.Element; export default DataTable;