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