import { CosignV1ComponentSchema } from '@open-formulieren/types'; import { EditFormDefinition } from '../types'; /** * Form to configure a Formio 'coSign' (cosign v1) type component. */ declare const EditForm: EditFormDefinition; export interface AuthPluginOption { id: string; label: string; } export declare const AuthPlugin: React.FC; export default EditForm;