import { z } from 'zod'; export declare const individualItemSchema: z.ZodObject<{ label: z.ZodString; value: z.core.$ZodBranded; }, z.core.$strip>; export type IndividualItem = z.infer;