import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-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; }>): import("react/jsx-runtime").JSX.Element;