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