import { z } from 'zod'; export declare const stringToken: z.ZodObject<{ $description: z.ZodOptional; $deprecated: z.ZodOptional>; $value: z.ZodUnion; $type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "transition" | "dimension" | "duration" | "gradient" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">; }, z.core.$strict>;