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