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