import { Animated } from 'react-native'; export declare const isAnimatedValue: (it: number | string | Animated.AnimatedInterpolation) => it is Animated.Value; export default function overlay(elevation: T, surfaceColor?: string): T extends number ? string : Animated.AnimatedInterpolation; //# sourceMappingURL=overlay.d.ts.map