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