export declare const multiSelectPropertyType: { type: "multi-select"; modelConfig: = Record, RawValue = unknown, JsonValue = unknown>(ops: import("../../index.js").PropertyConfig) => import("../../index.js").PropertyModel<"multi-select", PropertyData, RawValue, JsonValue>; }; export declare const multiSelectPropertyModelConfig: import("../../index.js").PropertyModel<"multi-select", { options: { id: string; value: string; color: string; }[]; }, string[], string[]>; //# sourceMappingURL=define.d.ts.map