/** @jsxImportSource woby */ import { ObservableMaybe } from "woby"; import { UIProps } from "./PropertyForm"; export declare const NumberEditor: () => { UI: (props: UIProps) => import("woby").Wheeler; renderCondition: (value: ObservableMaybe) => boolean; type: string; }; //# sourceMappingURL=NumberEditor.d.ts.map