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