import React from 'react'; import {} from 'react-native'; import Reanimated from 'react-native-reanimated'; import { IRotateOutDownLeftPresentationProps } from './'; export const RotateOutDownLeftPresentation: React.FC = (props) => { return ( {props.children} ); };