import { z } from "zod/mini"; //#region src/model/range.d.ts declare const RangeModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Range">; 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 RangeModel = z.infer; //#endregion export { RangeModel }; //# sourceMappingURL=range.d.ts.map