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