export declare const checkboxPropertyType: { type: "checkbox"; modelConfig: = Record, RawValue = unknown, JsonValue = unknown>(ops: import("../../index.js").PropertyConfig) => import("../../index.js").PropertyModel<"checkbox", PropertyData, RawValue, JsonValue>; }; export declare const checkboxPropertyModelConfig: import("../../index.js").PropertyModel<"checkbox", {}, boolean, boolean>; //# sourceMappingURL=define.d.ts.map