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