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