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