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