import { z } from 'zod'; export declare const responsiveFontStylesSchema: z.ZodObject<{ textAlign: z.ZodOptional; breakpoint: z.ZodString; marginTop: z.ZodOptional; marginLeft: z.ZodOptional; marginRight: z.ZodOptional; marginBottom: z.ZodOptional; fontFamily: z.ZodOptional; fontSize: z.ZodOptional; fontWeight: z.ZodOptional; letterSpacing: z.ZodOptional; lineHeight: z.ZodOptional; color: z.ZodOptional; textTransform: z.ZodOptional; textShadow: z.ZodOptional; maxWidth: z.ZodOptional; maxHeight: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, "strip", z.ZodTypeAny, { breakpoint: string; textAlign?: any; marginTop?: string | undefined; marginLeft?: string | undefined; marginRight?: string | undefined; marginBottom?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; letterSpacing?: string | undefined; lineHeight?: string | undefined; color?: string | undefined; textTransform?: string | undefined; textShadow?: string | undefined; maxWidth?: string | undefined; maxHeight?: string | undefined; width?: string | undefined; height?: string | undefined; }, { breakpoint: string; textAlign?: any; marginTop?: string | undefined; marginLeft?: string | undefined; marginRight?: string | undefined; marginBottom?: string | undefined; fontFamily?: string | undefined; fontSize?: string | undefined; fontWeight?: string | undefined; letterSpacing?: string | undefined; lineHeight?: string | undefined; color?: string | undefined; textTransform?: string | undefined; textShadow?: string | undefined; maxWidth?: string | undefined; maxHeight?: string | undefined; width?: string | undefined; height?: string | undefined; }>; export declare const responsiveFontStylesQuery: string; //# sourceMappingURL=responsiveFontStyles.d.ts.map