import { PhoneNumberComponentSchema } from '@open-formulieren/types';
import { EditFormDefinition } from '../types';
/**
 * Form to configure a Formio 'phoneNumber' type component.
 *
 * @todo - replace with a preset of textfield?
 */
declare const EditForm: EditFormDefinition<PhoneNumberComponentSchema>;
export default EditForm;
