import type { ColorToken } from '../../types/tokens';
/**
 * Converts a color token to a raw color string with an opacity modifier
 */
export declare function useTokenWithOpacity(token: ColorToken, opacity?: number): string;
