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