/** 获取一个颜色的亮度,[0,1] */ export declare function getLuma(color: any): number | void; //# sourceMappingURL=getLuma.d.ts.map