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