import { z } from 'zod'; export declare const buttonGroupSchema: z.ZodObject<{ type: z.ZodLiteral<"buttonGroup">; buttons: z.ZodArray; youtubeId: z.ZodOptional; }, "strip", z.ZodTypeAny, { label: string; buttonUrl: string; promotionId?: string | undefined; youtubeId?: string | undefined; }, { label: string; buttonUrl: string; promotionId?: string | undefined; youtubeId?: string | undefined; }>, "many">; adornment: z.ZodOptional; responsiveStyles: z.ZodArray; width: z.ZodOptional; fontSize: z.ZodOptional; backgroundColor: z.ZodOptional; color: z.ZodOptional; textTransform: z.ZodOptional; alignItems: z.ZodOptional; justifyContent: z.ZodOptional; }, "strip", z.ZodTypeAny, { breakpoint: string; flexDirection?: string | undefined; width?: string | undefined; fontSize?: string | undefined; backgroundColor?: string | undefined; color?: string | undefined; textTransform?: string | undefined; alignItems?: string | undefined; justifyContent?: string | undefined; }, { breakpoint: string; flexDirection?: string | undefined; width?: string | undefined; fontSize?: string | undefined; backgroundColor?: string | undefined; color?: string | undefined; textTransform?: string | undefined; alignItems?: string | undefined; justifyContent?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { type: "buttonGroup"; responsiveStyles: { breakpoint: string; flexDirection?: string | undefined; width?: string | undefined; fontSize?: string | undefined; backgroundColor?: string | undefined; color?: string | undefined; textTransform?: string | undefined; alignItems?: string | undefined; justifyContent?: string | undefined; }[]; buttons: { label: string; buttonUrl: string; promotionId?: string | undefined; youtubeId?: string | undefined; }[]; adornment?: string | undefined; }, { type: "buttonGroup"; responsiveStyles: { breakpoint: string; flexDirection?: string | undefined; width?: string | undefined; fontSize?: string | undefined; backgroundColor?: string | undefined; color?: string | undefined; textTransform?: string | undefined; alignItems?: string | undefined; justifyContent?: string | undefined; }[]; buttons: { label: string; buttonUrl: string; promotionId?: string | undefined; youtubeId?: string | undefined; }[]; adornment?: string | undefined; }>; export type ButtonGroupSchema = z.infer; export declare const buttonGroupQuery: string; //# sourceMappingURL=buttonGroup.d.ts.map