import { ShadowValue } from '../domains/entities/general.entity';
export declare const string2Shadow: (shadow: string) => ShadowValue[];
/**
 * Checks if a token represents a color value
 */
export declare function isColor(token: string): boolean;
