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