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