import { z } from "zod/v4"; export declare const CalloutSchema: z.ZodObject<{ variant: z.ZodEnum<{ neutral: "neutral"; info: "info"; warning: "warning"; success: "success"; error: "error"; }>; title: z.ZodString; description: z.ZodString; visible: z.ZodType, unknown, z.core.$ZodTypeInternals, unknown>>; }, z.core.$strip>; //# sourceMappingURL=schema.d.ts.map