import type { ZodTypesType } from '../components/get-zod-if-possible';
export declare const colorWithNewOpacity: (color: string, opacity: number, zodTypes: ZodTypesType) => string;
