declare const contrast: (color1: string, color2: string) => number;
export default contrast;
