/// <reference types="react" />
import { INavProps } from './Nav.types';
export declare const Nav: (props: INavProps) => JSX.Element;
