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