import React from 'react'; import { EntityDict } from '../../../oak-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps; systemId: string; oakId: string; style: EntityDict['system']['Schema']['style']; $$createAt$$: number; domainId: string; domains: EntityDict['domain']['Schema'][]; dangerousVersions: EntityDict['application']['OpSchema']['dangerousVersions']; warningVersions: EntityDict['application']['OpSchema']['warningVersions']; soaVersion: string; }, { confirm: () => void; getDomains: (systemId: string) => Promise; }>): React.JSX.Element;