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