import React from 'react'; import { WebComponentProps, RowWithActions } from '../../../types/Page'; import { EntityDict } from 'oak-domain/lib/base-app-domain'; export default function render(props: WebComponentProps[]; actions: string[]; relations: string[]; rowData: string[][]; pathId: string; }>): React.JSX.Element | null;