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