import React from 'react'; import { RowWithActions, WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; export default function Render(props: WebComponentProps & { creatorName: string; creatorMobile: string; operatorName: string; operatorMobile: string; channel: string; })[]; }, { setUpdateId: (id: string, action: string) => void; }>): React.JSX.Element;