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