import { z } from "zod/mini"; //#region src/model/date.d.ts declare const DateModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Date">; fieldset: z.ZodMiniOptional>>; config: z.ZodMiniOptional>>; placeholder: z.ZodMiniOptional>; default: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>; type DateModel = z.infer; //#endregion export { DateModel }; //# sourceMappingURL=date.d.ts.map