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