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