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