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