/// import { RootTabScreenProps } from '../types'; export default function TabOneScreen({ navigation }: RootTabScreenProps<'TabOne'>): JSX.Element;