import { View } from 'react-native'; export function GestureIndicator({ props }: any) { return ( ); }