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[]; allowCreate: boolean; actions: string[]; entity: string; }>): React.JSX.Element | null;