import { z } from "zod/mini"; //#region src/model/select.d.ts declare const SelectModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Select">; fieldset: z.ZodMiniOptional>>; config: z.ZodMiniOptional>>; placeholder: z.ZodMiniOptional>; default_value: z.ZodMiniOptional>; options: z.ZodMiniOptional>>>; }, z.core.$strip>>; }, z.core.$strip>; type SelectModel = z.infer; //#endregion export { SelectModel }; //# sourceMappingURL=select.d.ts.map