import { z } from "zod/v4"; export declare const ButtonSchema: z.ZodObject<{ label: z.ZodString; action: z.ZodOptional; variant: z.ZodOptional>; type: z.ZodOptional>; size: z.ZodOptional>; }, z.core.$strip>; //# sourceMappingURL=schema.d.ts.map