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