import { z } from "zod/mini"; //#region src/model/number.d.ts declare const NumberModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Number">; fieldset: z.ZodMiniOptional>>; config: z.ZodMiniOptional>>; placeholder: z.ZodMiniOptional>; min: z.ZodMiniOptional, z.ZodMiniPipe, z.ZodMiniTransform>]>>; max: z.ZodMiniOptional, z.ZodMiniPipe, z.ZodMiniTransform>]>>; step: z.ZodMiniOptional, z.ZodMiniPipe, z.ZodMiniTransform>]>>; }, z.core.$strip>>; }, z.core.$strip>; type NumberModel = z.infer; //#endregion export { NumberModel }; //# sourceMappingURL=number.d.ts.map