declare const alpha: (value: string, opacity: number) => string;
export default alpha;
