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