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