/// import { RootStackScreenProps } from '../types'; export default function NotFoundScreen({ navigation }: RootStackScreenProps<'NotFound'>): JSX.Element;