import { z } from 'zod'; export declare const richTextGroupTypeSchema: z.ZodObject<{ content: z.ZodArray, "many">; content: z.ZodArray; number: z.ZodString; }, "strip", z.ZodTypeAny, { number: string; _type: "phone"; }, { number: string; _type: "phone"; }>, z.ZodObject<{ _type: z.ZodLiteral<"table">; rows: z.ZodArray; cells: z.ZodArray; }, "strip", z.ZodTypeAny, { _type: "tableRow"; cells: string[]; }, { _type: "tableRow"; cells: string[]; }>, "many">; }, "strip", z.ZodTypeAny, { _type: "table"; rows: { _type: "tableRow"; cells: string[]; }[]; }, { _type: "table"; rows: { _type: "tableRow"; cells: string[]; }[]; }>, z.ZodObject<{ _type: z.ZodLiteral<"block">; style: z.ZodString; children: z.ZodArray; }, "strip", z.ZodTypeAny, { _type: string; text: string; marks: string[]; }, { _type: string; text: string; marks: string[]; }>, "many">; markDefs: z.ZodArray; url: z.ZodString; target: z.ZodEnum<["_blank", "_self"]>; _key: z.ZodString; _type: z.ZodString; type: z.ZodString; }, "strip", z.ZodTypeAny, { linkType: "default" | "page" | "internalModal" | "externalModal"; type: string; url: string; target: "_blank" | "_self"; _type: string; _key: string; }, { linkType: "default" | "page" | "internalModal" | "externalModal"; type: string; url: string; target: "_blank" | "_self"; _type: string; _key: string; }>, z.ZodObject<{ _key: z.ZodString; _type: z.ZodLiteral<"fragmentId">; fragmentId: z.ZodString; }, "strip", z.ZodTypeAny, { _type: "fragmentId"; _key: string; fragmentId: string; }, { _type: "fragmentId"; _key: string; fragmentId: string; }>, z.ZodObject<{ _key: z.ZodString; _type: z.ZodLiteral<"textColor">; label: z.ZodString; value: z.ZodString; }, "strip", z.ZodTypeAny, { label: string; value: string; _type: "textColor"; _key: string; }, { label: string; value: string; _type: "textColor"; _key: string; }>]>, "many">; listItem: z.ZodOptional, z.ZodLiteral<"number">]>>; level: z.ZodOptional; }, "strip", z.ZodTypeAny, { _type: "block"; style: string; children: { _type: string; text: string; marks: string[]; }[]; markDefs: ({ linkType: "default" | "page" | "internalModal" | "externalModal"; type: string; url: string; target: "_blank" | "_self"; _type: string; _key: string; } | { _type: "fragmentId"; _key: string; fragmentId: string; } | { label: string; value: string; _type: "textColor"; _key: string; })[]; listItem?: "number" | "bullet" | undefined; level?: number | undefined; }, { _type: "block"; style: string; children: { _type: string; text: string; marks: string[]; }[]; markDefs: ({ linkType: "default" | "page" | "internalModal" | "externalModal"; type: string; url: string; target: "_blank" | "_self"; _type: string; _key: string; } | { _type: "fragmentId"; _key: string; fragmentId: string; } | { label: string; value: string; _type: "textColor"; _key: string; })[]; listItem?: "number" | "bullet" | undefined; level?: number | undefined; }>, z.ZodObject<{ label: z.ZodString; linkType: z.ZodEnum<["default", "page", "internalModal", "externalModal"]>; shouldDisplayAsButton: z.ZodBoolean; variant: z.ZodEnum<["Standard", "Secondary-cta", "Subtle", "Inverted"]>; url: z.ZodString; target: z.ZodEnum<["_blank", "_self"]>; iconType: z.ZodString; iconPosition: z.ZodEnum<["left", "right"]>; _type: z.ZodLiteral<"atLink">; }, "strip", z.ZodTypeAny, { label: string; linkType: "default" | "page" | "internalModal" | "externalModal"; shouldDisplayAsButton: boolean; variant: "Standard" | "Secondary-cta" | "Subtle" | "Inverted"; url: string; target: "_blank" | "_self"; iconType: string; iconPosition: "left" | "right"; _type: "atLink"; }, { label: string; linkType: "default" | "page" | "internalModal" | "externalModal"; shouldDisplayAsButton: boolean; variant: "Standard" | "Secondary-cta" | "Subtle" | "Inverted"; url: string; target: "_blank" | "_self"; iconType: string; iconPosition: "left" | "right"; _type: "atLink"; }>, z.ZodObject<{ _type: z.ZodLiteral<"imageContainer">; imageContainer: z.ZodArray; imageRecord: z.ZodObject<{ _type: z.ZodLiteral<"image">; asset: z.ZodObject<{ _ref: z.ZodString; _type: z.ZodLiteral<"reference">; }, "strip", z.ZodTypeAny, { _type: "reference"; _ref: string; }, { _type: "reference"; _ref: string; }>; crop: z.ZodOptional; right: z.ZodNumber; top: z.ZodNumber; }, "strip", z.ZodTypeAny, { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; }, { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; }>>; hotspot: z.ZodOptional; width: z.ZodNumber; x: z.ZodNumber; y: z.ZodNumber; }, "strip", z.ZodTypeAny, { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; }, { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; }>>; }, "strip", z.ZodTypeAny, { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }, { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }>; }, "strip", z.ZodTypeAny, { type: "atImage"; alt: string; src: string; quality: number; imageRecord: { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }; }, { type: "atImage"; alt: string; src: string; quality: number; imageRecord: { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { _type: "imageContainer"; imageContainer: { type: "atImage"; alt: string; src: string; quality: number; imageRecord: { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }; }[]; }, { _type: "imageContainer"; imageContainer: { type: "atImage"; alt: string; src: string; quality: number; imageRecord: { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }; }[]; }>]>, "many">; }, "strip", z.ZodTypeAny, { content: ({ label: string; linkType: "default" | "page" | "internalModal" | "externalModal"; shouldDisplayAsButton: boolean; variant: "Standard" | "Secondary-cta" | "Subtle" | "Inverted"; url: string; target: "_blank" | "_self"; iconType: string; iconPosition: "left" | "right"; _type: "atLink"; } | { _type: "imageContainer"; imageContainer: { type: "atImage"; alt: string; src: string; quality: number; imageRecord: { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }; }[]; } | { number: string; _type: "phone"; } | { _type: "table"; rows: { _type: "tableRow"; cells: string[]; }[]; } | { _type: "block"; style: string; children: { _type: string; text: string; marks: string[]; }[]; markDefs: ({ linkType: "default" | "page" | "internalModal" | "externalModal"; type: string; url: string; target: "_blank" | "_self"; _type: string; _key: string; } | { _type: "fragmentId"; _key: string; fragmentId: string; } | { label: string; value: string; _type: "textColor"; _key: string; })[]; listItem?: "number" | "bullet" | undefined; level?: number | undefined; })[]; groupType: ("CO" | "AR" | "AM" | "PR" | "IN" | "LX")[]; }, { content: ({ label: string; linkType: "default" | "page" | "internalModal" | "externalModal"; shouldDisplayAsButton: boolean; variant: "Standard" | "Secondary-cta" | "Subtle" | "Inverted"; url: string; target: "_blank" | "_self"; iconType: string; iconPosition: "left" | "right"; _type: "atLink"; } | { _type: "imageContainer"; imageContainer: { type: "atImage"; alt: string; src: string; quality: number; imageRecord: { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }; }[]; } | { number: string; _type: "phone"; } | { _type: "table"; rows: { _type: "tableRow"; cells: string[]; }[]; } | { _type: "block"; style: string; children: { _type: string; text: string; marks: string[]; }[]; markDefs: ({ linkType: "default" | "page" | "internalModal" | "externalModal"; type: string; url: string; target: "_blank" | "_self"; _type: string; _key: string; } | { _type: "fragmentId"; _key: string; fragmentId: string; } | { label: string; value: string; _type: "textColor"; _key: string; })[]; listItem?: "number" | "bullet" | undefined; level?: number | undefined; })[]; groupType: ("CO" | "AR" | "AM" | "PR" | "IN" | "LX")[]; }>, "many">; type: z.ZodLiteral<"mlRichTextGroupType">; }, "strip", z.ZodTypeAny, { type: "mlRichTextGroupType"; content: { content: ({ label: string; linkType: "default" | "page" | "internalModal" | "externalModal"; shouldDisplayAsButton: boolean; variant: "Standard" | "Secondary-cta" | "Subtle" | "Inverted"; url: string; target: "_blank" | "_self"; iconType: string; iconPosition: "left" | "right"; _type: "atLink"; } | { _type: "imageContainer"; imageContainer: { type: "atImage"; alt: string; src: string; quality: number; imageRecord: { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }; }[]; } | { number: string; _type: "phone"; } | { _type: "table"; rows: { _type: "tableRow"; cells: string[]; }[]; } | { _type: "block"; style: string; children: { _type: string; text: string; marks: string[]; }[]; markDefs: ({ linkType: "default" | "page" | "internalModal" | "externalModal"; type: string; url: string; target: "_blank" | "_self"; _type: string; _key: string; } | { _type: "fragmentId"; _key: string; fragmentId: string; } | { label: string; value: string; _type: "textColor"; _key: string; })[]; listItem?: "number" | "bullet" | undefined; level?: number | undefined; })[]; groupType: ("CO" | "AR" | "AM" | "PR" | "IN" | "LX")[]; }[]; }, { type: "mlRichTextGroupType"; content: { content: ({ label: string; linkType: "default" | "page" | "internalModal" | "externalModal"; shouldDisplayAsButton: boolean; variant: "Standard" | "Secondary-cta" | "Subtle" | "Inverted"; url: string; target: "_blank" | "_self"; iconType: string; iconPosition: "left" | "right"; _type: "atLink"; } | { _type: "imageContainer"; imageContainer: { type: "atImage"; alt: string; src: string; quality: number; imageRecord: { _type: "image"; asset: { _type: "reference"; _ref: string; }; crop?: { left: number; right: number; _type: "sanity.imageCrop"; bottom: number; top: number; } | undefined; hotspot?: { _type: "sanity.imageHotspot"; height: number; width: number; x: number; y: number; } | undefined; }; }[]; } | { number: string; _type: "phone"; } | { _type: "table"; rows: { _type: "tableRow"; cells: string[]; }[]; } | { _type: "block"; style: string; children: { _type: string; text: string; marks: string[]; }[]; markDefs: ({ linkType: "default" | "page" | "internalModal" | "externalModal"; type: string; url: string; target: "_blank" | "_self"; _type: string; _key: string; } | { _type: "fragmentId"; _key: string; fragmentId: string; } | { label: string; value: string; _type: "textColor"; _key: string; })[]; listItem?: "number" | "bullet" | undefined; level?: number | undefined; })[]; groupType: ("CO" | "AR" | "AM" | "PR" | "IN" | "LX")[]; }[]; }>; export declare const richTextGroupTypeQuery: string; //# sourceMappingURL=richTextGroupType.d.ts.map