import NavLink from './NavLink'; import type { NavLinkProps } from './NavLink.types'; export type { NavLinkProps }; export default NavLink;