import { z } from 'zod';
export declare const designToken: z.ZodRecord<z.ZodEffects<z.ZodString, string, string>, z.ZodLazy<z.ZodTypeAny>>;
