import { FC } from 'react'; import { NavItemInterface } from './nav.types'; export declare const NavItem: FC;