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