import { FigmaColor } from '../types'; export declare function isMixedValue(value: any): boolean; export declare function colorToHex(color: FigmaColor): string;