import { z } from 'zod'; export declare const mlLinkBoxSchema: z.ZodObject<{ icon: z.ZodString; label: z.ZodString; url: z.ZodString; target: z.ZodEnum<["_blank", "_self"]>; type: z.ZodLiteral<"mlLinkBox">; }, "strip", z.ZodTypeAny, { label: string; type: "mlLinkBox"; url: string; target: "_blank" | "_self"; icon: string; }, { label: string; type: "mlLinkBox"; url: string; target: "_blank" | "_self"; icon: string; }>; export declare const mlLinkBoxQuery: string; //# sourceMappingURL=linkBox.d.ts.map