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