declare const addOpacity: (color: string, opacity: number) => string;
export default addOpacity;
