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