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