export declare const colorToRgbValues: (color: string) => Array; export declare const addColorAlpha: (color: string, alpha: number) => string;