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