import { z } from 'zod';
export declare const colorHexValue: z.ZodEffects<z.ZodString, string, string>;
