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