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