/** * カラーコードからRGBカラーを生成する */ export declare const getRgbColor: (color: string, opacity: number) => string; //# sourceMappingURL=getRgbColor.d.ts.map