import { ContentComponentSchema } from '@open-formulieren/types'; import { EditFormDefinition } from '../types'; /** * Form to configure a Formio 'content' type component. * * W/r to translations, the 'NL' language is considered the default, and the main html * value is populated from that field (TODO: implement this). */ declare const EditForm: EditFormDefinition; export default EditForm;