import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function render(props: WebComponentProps Promise; goDetailById: (id: string) => Promise; goUpsertById: (id: string) => Promise; searchValueChange: (v: string) => Promise; searchConfirm: () => Promise; onRemove: (id: string) => Promise; }>): JSX.Element;