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