import { NumberComponentSchema } from '@open-formulieren/types';
import { EditFormDefinition } from '../types';
/**
 * Form to configure a Formio 'number' type component.
 */
declare const EditForm: EditFormDefinition<NumberComponentSchema>;
declare const ComparisonValueInput: React.FC<React.ClassAttributes<HTMLInputElement> & React.InputHTMLAttributes<HTMLInputElement> & import('../../components/formio/number').NumberProps>;
export default EditForm;
export { ComparisonValueInput };
