/** * Calculates a corresponding hex color (EX: #fffff) based on the given background color and transparency value. */ export declare function calculateTransparentColor(foregroundColor: string, backgroundColor: string, opacity: number): string; //# sourceMappingURL=calculateTransparentColor.d.ts.map