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