import type { Components, JSX } from "../types/components";

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