declare const _default: { $schema: string; title: string; description: string; type: string; id: string; formPluginId: string; properties: { min: { title: string; type: string; }; max: { title: string; type: string; }; step: { title: string; type: string; }; name: { title: string; type: string; }; placeholder: { title: string; type: string; }; disabled: { title: string; type: string; }; readOnly: { title: string; type: string; }; required: { title: string; type: string; }; value: { title: string; type: string; }; }; }; export default _default;