import { z } from "zod/v4"; export declare const TextCalloutSchema: z.ZodObject<{ variant: z.ZodOptional>; title: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>; //# sourceMappingURL=schema.d.ts.map