import React from "react"; import { EntityDict } from "../../../../oak-app-domain"; import { WebComponentProps } from "oak-frontend-base"; export default function render(props: WebComponentProps): React.JSX.Element | undefined;