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