import React from 'react'; import { RowWithActions, WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../../oak-app-domain'; declare const Upsert: (props: WebComponentProps; }>) => React.JSX.Element; export default Upsert;