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