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