import type { ColorValue } from 'react-native'; export default function getContrastingColor(input: ColorValue, light: string, dark: string): string;