declare const getContrastRatio: (valueA: string, valueB: string) => number | undefined; export default getContrastRatio;