import { z } from 'zod'; export declare const containerStylesSchema: z.ZodObject<{ type: z.ZodString; _key: z.ZodString; breakpoint: z.ZodString; alignItems: z.ZodOptional; flexDirection: z.ZodOptional; justifyContent: z.ZodOptional; gap: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; _key: string; breakpoint: string; alignItems?: string | undefined; flexDirection?: string | undefined; justifyContent?: string | undefined; gap?: string | undefined; }, { type: string; _key: string; breakpoint: string; alignItems?: string | undefined; flexDirection?: string | undefined; justifyContent?: string | undefined; gap?: string | undefined; }>; export declare const containerStylesQuery: string; //# sourceMappingURL=containerStyles.d.ts.map