/**
 * Copied from:
 * https://github.com/software-mansion/react-native-reanimated/blob/master/src/reanimated2/Colors.ts
 */
export declare const interpolateColors: (input: number, inputRange: readonly number[], outputRange: readonly string[]) => string;
