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