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