import { z } from 'zod'; export declare const stylesMarginSchema: z.ZodObject<{ marginTop: z.ZodOptional; marginLeft: z.ZodOptional; marginRight: z.ZodOptional; marginBottom: z.ZodOptional; }, "strip", z.ZodTypeAny, { marginTop?: string | undefined; marginLeft?: string | undefined; marginRight?: string | undefined; marginBottom?: string | undefined; }, { marginTop?: string | undefined; marginLeft?: string | undefined; marginRight?: string | undefined; marginBottom?: string | undefined; }>; export declare const stylesPaddingSchema: z.ZodObject<{ paddingTop: z.ZodOptional; paddingLeft: z.ZodOptional; paddingRight: z.ZodOptional; paddingBottom: z.ZodOptional; }, "strip", z.ZodTypeAny, { paddingTop?: string | undefined; paddingLeft?: string | undefined; paddingRight?: string | undefined; paddingBottom?: string | undefined; }, { paddingTop?: string | undefined; paddingLeft?: string | undefined; paddingRight?: string | undefined; paddingBottom?: string | undefined; }>; export declare const stylesFlexSchema: z.ZodObject<{ alignItems: z.ZodOptional; flexDirection: z.ZodOptional; justifyContent: z.ZodOptional; gap: z.ZodOptional; }, "strip", z.ZodTypeAny, { alignItems?: string | undefined; flexDirection?: string | undefined; justifyContent?: string | undefined; gap?: string | undefined; }, { alignItems?: string | undefined; flexDirection?: string | undefined; justifyContent?: string | undefined; gap?: string | undefined; }>; export declare const stylesSizeSchema: z.ZodObject<{ maxWidth: z.ZodOptional; maxHeight: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, "strip", z.ZodTypeAny, { maxWidth?: string | undefined; maxHeight?: string | undefined; width?: string | undefined; height?: string | undefined; }, { maxWidth?: string | undefined; maxHeight?: string | undefined; width?: string | undefined; height?: string | undefined; }>; //# sourceMappingURL=styles.d.ts.map