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