import React from "react";
import NavbarProps from "./props/NavbarProps";
declare const Navbar: React.FC<NavbarProps>;
export default Navbar;
