import { CosignV2ComponentSchema } from '@open-formulieren/types'; import { EditFormDefinition } from '../types'; /** * Form to configure a Formio 'cosign' (cosign v2) type component. */ declare const EditForm: EditFormDefinition; export default EditForm;