///
import { EntityDict } from '../../../general-app-domain';
import { WebComponentProps } from 'oak-frontend-base';
export default function Render(props: WebComponentProps;
systemId: string;
oakId: string;
}, {
confirm: () => void;
}>): JSX.Element;