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