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