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