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