import { NpFamilyMembersComponentSchema } from '@open-formulieren/types';
import { EditFormDefinition } from '../types';
/**
 * Form to configure a Formio 'npFamilyMembers' type component.
 */
declare const EditForm: EditFormDefinition<NpFamilyMembersComponentSchema>;
export default EditForm;
