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