import Navbar, { NavbarProps as TNavbarProps } from './Navbar'; export declare type NavbarProps = TNavbarProps; export default Navbar;