import { type EaCManageIoTFormProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.120/src/molecules/eac/manage-iot.form.tsx";
definition: { cloudOptions: DataLookup[]; entLookup: string; resGroupOptions: { [cloudLookup: string]: DataLookup[]; }; iotLookup?: string; iotName?: string; iotDescription?: string; iotCloudLookup?: string; iotResGroupLookup?: string; } & JSX.HTMLAttributes<HTMLFormElement>