import React from 'react'; import type { NativeStackScreenProps } from '@react-navigation/native-stack'; declare type Props = NativeStackScreenProps; declare const EntityM2MAssocScreen: React.FC; export default EntityM2MAssocScreen;