import { z } from "zod/v4"; export declare const RadioItemSchema: z.ZodObject<{ label: z.ZodString; description: z.ZodString; value: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=schema.d.ts.map