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