import zod from 'zod'; export declare const selectPropertyType: { type: "select"; modelConfig: = Record, RawValue = unknown, JsonValue = unknown>(ops: import("../../index.js").PropertyConfig) => import("../../index.js").PropertyModel<"select", PropertyData, RawValue, JsonValue>; }; export declare const SelectPropertySchema: zod.ZodObject<{ options: zod.ZodArray, "many">; }, "strip", zod.ZodTypeAny, { options: { id: string; value: string; color: string; }[]; }, { options: { id: string; value: string; color: string; }[]; }>; export type SelectPropertyData = zod.infer; export declare const selectPropertyModelConfig: import("../../index.js").PropertyModel<"select", { options: { id: string; value: string; color: string; }[]; }, string | null, string | null>; //# sourceMappingURL=define.d.ts.map