import { AnimationOptions } from 'react-native-navigation'; /** * Screen animations * * @type {object} */ declare const screenAnimations: AnimationOptions; export { screenAnimations as default };