import { z } from 'zod'; export declare const swatch: z.ZodObject<{ id: z.ZodString; hue: z.ZodNumber; saturation: z.ZodNumber; lightness: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: string; hue: number; saturation: number; lightness: number; }, { id: string; hue: number; saturation: number; lightness: number; }>; export declare const colorData: z.ZodObject<{ swatchId: z.ZodString; alpha: z.ZodNumber; }, "strip", z.ZodTypeAny, { swatchId: string; alpha: number; }, { swatchId: string; alpha: number; }>; export declare const resolvedColorData: z.ZodObject<{ swatch: z.ZodObject<{ id: z.ZodString; hue: z.ZodNumber; saturation: z.ZodNumber; lightness: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: string; hue: number; saturation: number; lightness: number; }, { id: string; hue: number; saturation: number; lightness: number; }>; alpha: z.ZodNumber; }, "strip", z.ZodTypeAny, { swatch: { id: string; hue: number; saturation: number; lightness: number; }; alpha: number; }, { swatch: { id: string; hue: number; saturation: number; lightness: number; }; alpha: number; }>; export declare const file: z.ZodObject<{ id: z.ZodString; name: z.ZodString; extension: z.ZodNullable; publicUrl: z.ZodString; dimensions: z.ZodNullable>; }, "strip", z.ZodTypeAny, { id: string; name: string; extension: string | null; publicUrl: string; dimensions: { width: number; height: number; } | null; }, { id: string; name: string; extension: string | null; publicUrl: string; dimensions: { width: number; height: number; } | null; }>; export declare const pagePathnameSlice: z.ZodObject<{ id: z.ZodString; pathname: z.ZodString; localizedPathname: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id: string; pathname: string; localizedPathname?: string | null | undefined; }, { id: string; pathname: string; localizedPathname?: string | null | undefined; }>; export declare const typography: z.ZodObject<{ id: z.ZodString; style: z.ZodArray; lineHeight: z.ZodNullable; letterSpacing: z.ZodNullable; fontWeight: z.ZodNullable; textAlign: z.ZodNullable; uppercase: z.ZodNullable; underline: z.ZodNullable; strikethrough: z.ZodNullable; italic: z.ZodNullable; fontSize: z.ZodNullable; unit: z.ZodNullable; }, "strip", z.ZodTypeAny, { value: number | null; unit: string | null; }, { value: number | null; unit: string | null; }>>; color: z.ZodNullable; alpha: z.ZodNullable; }, "strip", z.ZodTypeAny, { swatchId: string | null; alpha: number | null; }, { swatchId: string | null; alpha: number | null; }>>; }, "strip", z.ZodTypeAny, { fontFamily: string | null; lineHeight: number | null; letterSpacing: number | null; fontWeight: number | null; textAlign: string | null; uppercase: boolean | null; underline: boolean | null; strikethrough: boolean | null; italic: boolean | null; fontSize: { value: number | null; unit: string | null; } | null; color: { swatchId: string | null; alpha: number | null; } | null; }, { fontFamily: string | null; lineHeight: number | null; letterSpacing: number | null; fontWeight: number | null; textAlign: string | null; uppercase: boolean | null; underline: boolean | null; strikethrough: boolean | null; italic: boolean | null; fontSize: { value: number | null; unit: string | null; } | null; color: { swatchId: string | null; alpha: number | null; } | null; }>; }, "strip", z.ZodTypeAny, { value: { fontFamily: string | null; lineHeight: number | null; letterSpacing: number | null; fontWeight: number | null; textAlign: string | null; uppercase: boolean | null; underline: boolean | null; strikethrough: boolean | null; italic: boolean | null; fontSize: { value: number | null; unit: string | null; } | null; color: { swatchId: string | null; alpha: number | null; } | null; }; deviceId: string; }, { value: { fontFamily: string | null; lineHeight: number | null; letterSpacing: number | null; fontWeight: number | null; textAlign: string | null; uppercase: boolean | null; underline: boolean | null; strikethrough: boolean | null; italic: boolean | null; fontSize: { value: number | null; unit: string | null; } | null; color: { swatchId: string | null; alpha: number | null; } | null; }; deviceId: string; }>, "many">; }, "strip", z.ZodTypeAny, { id: string; style: { value: { fontFamily: string | null; lineHeight: number | null; letterSpacing: number | null; fontWeight: number | null; textAlign: string | null; uppercase: boolean | null; underline: boolean | null; strikethrough: boolean | null; italic: boolean | null; fontSize: { value: number | null; unit: string | null; } | null; color: { swatchId: string | null; alpha: number | null; } | null; }; deviceId: string; }[]; }, { id: string; style: { value: { fontFamily: string | null; lineHeight: number | null; letterSpacing: number | null; fontWeight: number | null; textAlign: string | null; uppercase: boolean | null; underline: boolean | null; strikethrough: boolean | null; italic: boolean | null; fontSize: { value: number | null; unit: string | null; } | null; color: { swatchId: string | null; alpha: number | null; } | null; }; deviceId: string; }[]; }>; //# sourceMappingURL=schema.d.ts.map