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