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