import type { Navbar } from '../models'; export declare const NavbarComp: (props: Navbar) => import("react/jsx-runtime").JSX.Element;