import type { Color } from '../types'; export declare function getColorValue(color: Color, customColor: string): string;