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