export declare const hex2rgba: (color: string, alpha: number) => string;
export declare const darkenColor: (color: string, amount: number) => string;
export declare const lightenColor: (color: string, amount: number) => string;
