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