import { type ComponentType } from 'react'; import { type ViewProps } from 'react-native'; declare const Nav: ComponentType; export default Nav;