import { default as React } from '../../../node_modules/react'; import { VirtualRootComponent } from '@easytwin/runtime'; interface CustomAttributeKeyFormProps { allAttributes: string[]; comp: VirtualRootComponent; } export default function CustomAttributeKeyForm({ allAttributes, comp, }: CustomAttributeKeyFormProps): React.JSX.Element; export {};