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