import { z } from 'zod'; export declare const elementsContainerStylesSchema: z.ZodObject<{ type: z.ZodString; height: z.ZodOptional; width: z.ZodOptional; _key: z.ZodString; justifyContent: z.ZodOptional; breakpoint: z.ZodString; alignItems: z.ZodOptional; flexDirection: z.ZodOptional; gap: z.ZodOptional; maxWidth: z.ZodOptional; maxHeight: z.ZodOptional; marginTop: z.ZodOptional; marginLeft: z.ZodOptional; marginRight: z.ZodOptional; marginBottom: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; _key: string; breakpoint: string; height?: string | undefined; width?: string | undefined; justifyContent?: string | undefined; alignItems?: string | undefined; flexDirection?: string | undefined; gap?: string | undefined; maxWidth?: string | undefined; maxHeight?: string | undefined; marginTop?: string | undefined; marginLeft?: string | undefined; marginRight?: string | undefined; marginBottom?: string | undefined; }, { type: string; _key: string; breakpoint: string; height?: string | undefined; width?: string | undefined; justifyContent?: string | undefined; alignItems?: string | undefined; flexDirection?: string | undefined; gap?: string | undefined; maxWidth?: string | undefined; maxHeight?: string | undefined; marginTop?: string | undefined; marginLeft?: string | undefined; marginRight?: string | undefined; marginBottom?: string | undefined; }>; export declare const elementsContainerStylesQuery: string; //# sourceMappingURL=elementsContainerStyles.d.ts.map