import { z } from "zod/v4"; type RefComponent = { ref: any; }; export declare const SwitchItemSchema: z.ZodObject<{ label: z.ZodOptional; description: z.ZodOptional; name: z.ZodString; defaultChecked: z.ZodOptional; }, z.core.$strip>; export declare function createSwitchGroupSchema(SwitchItem: RefComponent): z.ZodObject<{ name: z.ZodString; items: z.ZodArray; variant: z.ZodOptional>; value: z.ZodType | undefined>, unknown, z.core.$ZodTypeInternals | undefined>, unknown>>; }, z.core.$strip>; export {}; //# sourceMappingURL=schema.d.ts.map