import { FC } from "react"; import { NavbarProps } from "./Navbar.interface"; export declare const Navbar: FC; export default Navbar;