/**
* @author yomeeliu
*/
export declare function mergeProps(a: A, b: B): B & A;
export declare function mergeProps(a: A, b: B, c: C): C & B & A;
/**
* @author yomeeliu
* 计算指定颜色的明度
*
* *返回 [0-1] 间的某个值*
*
* @link https://github.com/mattdesl/color-luminance/blob/master/index.js
*/
export declare function calculateLuminance(color: string): number;
//# sourceMappingURL=utils.d.ts.map