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