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