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