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