declare function getAlphaColor(frontColor: string, backgroundColor: string): string;
export default getAlphaColor;
