import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; import { Style } from '../../../types/Style'; export default function Render(props: WebComponentProps): import("react/jsx-runtime").JSX.Element | undefined;