import { type TBaseTagMap } from "@jay-js/elements";
import type { TNavbar } from "./navbar.types.js";
export declare function Navbar<T extends TBaseTagMap = "nav">({ ...props }?: TNavbar<T>): HTMLElementTagNameMap[T];
