import { Animated } from "react-native"; import { DefaultTheme } from "./DefaultTheme"; export declare function useColorTransition(colorGetterFn: (theme: Theme) => string, options?: { duration: number; }): Animated.AnimatedInterpolation;