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