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