import { z } from "zod/mini"; //#region src/model/image.d.ts declare const ImageModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Image">; fieldset: z.ZodMiniOptional>>; config: z.ZodMiniOptional>>; placeholder: z.ZodMiniOptional>; constraint: z.ZodMiniOptional>>; height: z.ZodMiniOptional>>; }, z.core.$strip>>; thumbnails: z.ZodMiniOptional; width: z.ZodMiniOptional>>; height: z.ZodMiniOptional>>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; type ImageModel = z.infer; //#endregion export { ImageModel }; //# sourceMappingURL=image.d.ts.map