import { Transform } from 'style-dictionary/types';
/**
 * colorToHex
 * @description convert a token of type `color` to a hex value
 */
export declare const colorToHex: Transform;
