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