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

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