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