export class ObservedBooleanEditor extends TypeEditor<any> {
    constructor();
    build(parent: any, field: any, registry: any): CheckboxView;
}
import { TypeEditor } from "../TypeEditor.js";
import { CheckboxView } from "../../../../src/view/elements/CheckboxView.js";
//# sourceMappingURL=ObservedBooleanEditor.d.ts.map