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