import { z } from 'zod'; import * as Schema from './schema'; export type Swatch = z.infer; export type ColorData = z.infer; export type ResolvedColorData = z.infer; export type File = z.infer; export type PagePathnameSlice = z.infer; export type Typography = z.infer; //# sourceMappingURL=types.d.ts.map