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