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