export declare function nameToHex(color: string): any; export declare function hexToRgb(hex: string, alpha?: number): string;