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