/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../general-app-domain'; export default function render(props: WebComponentProps; idStateColor: Record; mobileCount: number; mobileText: string; actionDescriptions: Record; executableActions: string[]; }, { onActionClick: (action: string) => Promise; }>): JSX.Element;