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