import React from "react";
import { IProps } from "../../types/IProps";
export declare const Nav: ({ items, style }: IProps) => React.JSX.Element;
