import { Animated } from 'react-native'; import { MDPopupTrans } from './types'; export default function buildAnimStyle(transition: MDPopupTrans, animTime: Animated.Value): any;