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