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