import React from 'react';
interface NavbarProps {
}
declare const Navbar: React.FC<NavbarProps>;
export default Navbar;