/** * 将任意颜色转为rgba颜色 * @param color * @param alpha * @returns */ export declare function colorTransformRgba(color: string, alpha?: number): string;