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