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