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