import NavItem from './NavItem'; import type { NavItemProps } from './NavItem.types'; export type { NavItemProps }; export default NavItem;