import * as React from "react";
import { BoxProps } from '../Box' 

declare const Nav: React.FC<BoxProps>;

export { Nav };
