import type { Components, JSX } from "../types/components"; interface BiNavbar extends Components.BiNavbar, HTMLElement {} export const BiNavbar: { prototype: BiNavbar; new (): BiNavbar; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;